Enlightenment CVS committal Author : vapier Project : e17 Module : libs/emotion
Dir : e17/libs/emotion Modified Files: configure.in Log Message: mmm we need AC_MSG_RESULT in the no case, just not in the yes case =================================================================== RCS file: /cvs/e/e17/libs/emotion/configure.in,v retrieving revision 1.36 retrieving revision 1.37 diff -u -3 -r1.36 -r1.37 --- configure.in 21 Apr 2006 00:47:22 -0000 1.36 +++ configure.in 21 Apr 2006 00:53:13 -0000 1.37 @@ -166,11 +166,13 @@ PKG_CHECK_MODULES(GST, \ gstreamer-$GST_MAJORMINOR >= $GST_REQS, - HAVE_GSTREAMER="yes", HAVE_GSTREAMER="no") + HAVE_GSTREAMER="yes", AC_MSG_RESULT(no) + HAVE_GSTREAMER="no") PKG_CHECK_MODULES(GSTPLUG, \ gstreamer-plugins-base-$GST_MAJORMINOR >= $GSTPLUG_REQS, - HAVE_GSTPLUG="yes", HAVE_GSTPLUG="no") + HAVE_GSTPLUG="yes", AC_MSG_RESULT(no) + HAVE_GSTPLUG="no") AM_GST_ELEMENT_CHECK( [ffmpeg], ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs