Peter Hutterer a écrit : > AM_CONDITIONAL(DEBUG, [test "x$DEBUGGING" = xyes]) > > +if test "x$UNITTESTS" = xyes; then > + AC_DEFINE(UNITTESTS, 1, [Enable unit tests]) > + PKG_CHECK_MODULES([GLIB], [glib-2.0]) > + AC_SUBST([GLIB_LIBS]) > + AC_SUBST([GLIB_CFLAGS]) > +fi > +AM_CONDITIONAL(UNITTESTS, [test "x$UNITTESTS" = xyes]) > +
You might want to make configure look for [glib-2.0 >= 2.16] Cheers -- Rémi Cardona LRI, INRIA [email protected] [email protected] _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
