Enlightenment CVS committal Author : englebass Project : misc Module : elapse
Dir : misc/elapse Modified Files: configure.in Log Message: Compile fixes. =================================================================== RCS file: /cvs/e/misc/elapse/configure.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- configure.in 13 Oct 2005 22:07:39 -0000 1.2 +++ configure.in 27 Jul 2007 16:38:24 -0000 1.3 @@ -41,25 +41,9 @@ fi changequote([,])dnl -AC_PATH_GENERIC(edje, 0.0.1, [ - AC_SUBST(edje_libs) - AC_SUBST(edje_cflags) ], - AC_MSG_ERROR(Cannot find edje: Is edje-config in path?)) -edje_libs=`edje-config --libs` -edje_cflags=`edje-config --cflags` - -AC_SUBST(edje_libs) -AC_SUBST(edje_cflags) - -AC_PATH_GENERIC(esmart, 0.0.1, [ - AC_SUBST(esmart_libs) - AC_SUBST(esmart_cflags) ], - AC_MSG_ERROR(Cannot find esmart: Is esmart-config in path?)) -esmart_libs=`esmart-config --libs` -esmart_cflags=`esmart-config --cflags` - -AC_SUBST(esmart_libs) -AC_SUBST(esmart_cflags) +PKG_CHECK_MODULES(ELAPSE, + edje + esmart_trans_x11) AC_OUTPUT([ Makefile ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs