Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e Modified Files: configure.in Log Message: Get at least a warning then. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/configure.in,v retrieving revision 1.110 retrieving revision 1.111 diff -u -3 -r1.110 -r1.111 --- configure.in 20 Feb 2005 17:24:35 -0000 1.110 +++ configure.in 22 Feb 2005 22:54:47 -0000 1.111 @@ -134,9 +134,7 @@ LDFLAGS="$LDFLAGS -L$prefix/lib" -PKG_CHECK_MODULES(IMLIB2, imlib2 >= 1.2.0, have_imlib2=yes, - AC_MSG_ERROR(["Imlib2 version >= 1.2.0 not found."]) -) +PKG_CHECK_MODULES(IMLIB2, imlib2 >= 1.2.0, have_good_imlib2=yes) IMLIB_LIBS=`imlib2-config --libs` IMLIB_CFLAGS=`imlib2-config --cflags` AC_SUBST(IMLIB_LIBS) @@ -236,3 +234,10 @@ po/Makefile.in intl/Makefile ]) + +if test "x$have_good_imlib2" != "xyes"; then + echo "***************************************************************" + echo "*** WARNING: imlib2 >= 1.2.0 was not detected ***" + echo "*** WARNING: If you indeed do not have this, expect trouble ***" + echo "***************************************************************" +fi ------------------------------------------------------- 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