Steven Augart wrote:
> Besides --enable-portable-native-sync, the other config flags whose 
> values I'd want to check are:
>       --enable-jni
>       --enable-load-library
>       
> and possibly
> 
>       --enable-gtk-peer
> 
> Are there any thoughts on the best way to do this?

How about including all the build options in the Configuration class?

    public class Configuration {
      public static final String BUILD_OPTIONS = {
         "--enable-jni", "--enable-load-library", ...
      };
      ...
    }

-Archie

__________________________________________________________________________
Archie Cobbs      *        CTO, Awarix        *      http://www.awarix.com


_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to