Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs


Modified Files:
        configure.in 


Log Message:
* Explicitly include evas

===================================================================
RCS file: /cvs/e/e17/apps/evfs/configure.in,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- configure.in        12 Aug 2006 08:17:23 -0000      1.27
+++ configure.in        28 Jun 2007 00:15:05 -0000      1.28
@@ -30,7 +30,6 @@
 else
    AC_DEFINE(HAVE_STATFS, 1, [Build support for statfs])
 fi
-  
 
 #Thanks to gnome for the samba checking code
 dnl ******************************
@@ -131,6 +130,19 @@
 ecore_libs=`$ECORE_CONFIG --libs`
 AC_SUBST(ecore_cflags)
 AC_SUBST(ecore_libs)
+
+PROG="evas-config";
+AC_PATH_PROG(EVAS_CONFIG, $PROG, "", $PATH)
+if test -z "$EVAS_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
+evas_cflags=`$EVAS_CONFIG --cflags`
+evas_libs=`$EVAS_CONFIG --libs`
+AC_SUBST(evas_cflags)
+AC_SUBST(evas_libs)
+
 
 PROG="curl-config";
 msg_curl="no"



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to