Enlightenment CVS committal Author : handyande Project : misc Module : engage
Dir : misc/engage Modified Files: configure.in Log Message: Make the enlightenment presence be optional =================================================================== RCS file: /cvsroot/enlightenment/misc/engage/configure.in,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- configure.in 27 Feb 2005 20:56:35 -0000 1.14 +++ configure.in 1 Mar 2005 10:09:52 -0000 1.15 @@ -140,12 +140,12 @@ AC_SUBST(ewl_cflags) have_e17="no" -AC_PATH_GENERIC(enlightenment, 0.0.1, [ +AC_PATH_GENERIC(enlightenment, 16.999, [ AC_DEFINE(HAVE_E17, [], [Development Enlightenment WindowManager Support]) have_e17="true" AC_SUBST(e_libs) AC_SUBST(e_cflags) ], - AC_MSG_ERROR(Cannot find ewl: Is enlightenment-config in path?)) + ) AM_CONDITIONAL(HAVE_E17, test x$have_e17 = xtrue) e_libs=`enlightenment-config --libs` e_cflags=`enlightenment-config --cflags` ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs