Stephen Crawley <[EMAIL PROTECTED]> writes: > Brian, > > Your last change to configure.in has broken my build. > > Specifically, you have commented out the following lines with dnl's > > m4_pattern_allow([AM_PATH_GTK_2_0]) > m4_pattern_allow([AM_PATH_GLIB_2_0]) > > and autoconf is now complaining at me that 'AM_PATH_GTK_2_0' and > 'AM_PATH_GLIB_2_0' are undefined macros. (They are indeed undefined, > but this doesn't matter ... so long as I've disabled building the > gtk-peers.) > > -- Steve. > > You can ignore the complaint, the macros are never hit unless defined. If uncommenting that pattern_allow stuff works I'll do it, but it looks like a hack by my reading of the autoconf manual.
Brian -- Brian Jones <[EMAIL PROTECTED]> _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

