Enlightenment CVS committal Author : moom16 Project : e17 Module : apps/eclair
Dir : e17/apps/eclair Modified Files: configure.in Log Message: * Use the old method to detect pkg-config since the new one seems not to work with some people. I don't know autotools at all so if you have a better solution that will work on all configs, please tell me :) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/eclair/configure.in,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- configure.in 20 Jun 2005 23:00:01 -0000 1.11 +++ configure.in 4 Jul 2005 11:49:06 -0000 1.12 @@ -91,12 +91,13 @@ AC_CHECK_HEADER(taglib/tag_c.h) PROG="pkg-config"; -PKG_PROG_PKG_CONFIG +AC_PATH_PROG(PKG_CONFIG, $PROG, "", $PATH) if test -z "$PKG_CONFIG" ; then echo $PROG " is not in your \$PATH. Please ensure it is."; echo "Read the manual page for you shell as to how to extend your path."; AC_MSG_ERROR(Cannot find $PROG) fi +AC_SUBST(PKG_CONFIG) PKG_CHECK_MODULES(GTHREAD, gthread-2.0) ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs