Enlightenment CVS committal Author : codewarrior Project : misc Module : eclips
Dir : misc/eclips Modified Files: configure.in Log Message: fix to work with latest EFL =================================================================== RCS file: /cvsroot/enlightenment/misc/eclips/configure.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- configure.in 22 Apr 2004 11:15:57 -0000 1.1 +++ configure.in 14 May 2005 10:06:02 -0000 1.2 @@ -90,8 +90,8 @@ AC_CHECK_HEADERS(curl/curl.h ,, AC_MSG_ERROR(Cannot find curl headers!)) -my_includes=`evas-config --cflags`" "`ecore-config --cflags`" "`imlib2-config --cflags`" "`etox-config --cflags`" "`edb-config --cflags`" "`ewl-config --cflags` -my_libs=`evas-config --libs`" "`ecore-config --libs`" "`imlib2-config --libs`" "`etox-config --libs`" "`edb-config --libs`" "`ewl-config --libs`" "${LIBS} +my_includes=`evas-config --cflags`" "`ecore-config --cflags`" "`imlib2-config --cflags`" "`etox-config --cflags` +my_libs=`evas-config --libs`" "`ecore-config --libs`" "`imlib2-config --libs`" "`etox-config --libs`" "${LIBS} AC_SUBST(my_includes) AC_SUBST(my_libs) ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs