Enlightenment CVS committal Author : moom16 Project : e17 Module : apps/eclair
Dir : e17/apps/eclair Modified Files: configure.in Log Message: * Init and use gtk more properly =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/eclair/configure.in,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- configure.in 21 May 2005 10:18:11 -0000 1.6 +++ configure.in 28 May 2005 09:04:14 -0000 1.7 @@ -99,7 +99,13 @@ fi AC_SUBST(PKG_CONFIG) -PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.2) +PKG_CHECK_MODULES(GTHREAD, gthread-2.0) +gthread_libs=`$PKG_CONFIG --libs gthread-2.0` +gthread_cflags=`$PKG_CONFIG --cflags gthread-2.0` +AC_SUBST(gthread_libs) +AC_SUBST(gthread_cflags) + +PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.4) gtk_libs=`$PKG_CONFIG --libs gtk+-2.0` gtk_cflags=`$PKG_CONFIG --cflags gtk+-2.0` AC_SUBST(gtk_libs) ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs