Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs


Modified Files:
        configure.in 


Log Message:
Remove edb.
Cleanup.
Hope it's ok :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- configure.in        15 Aug 2005 11:34:55 -0000      1.3
+++ configure.in        15 Aug 2005 19:53:57 -0000      1.4
@@ -105,21 +105,6 @@
 AC_SUBST(PTHREAD_CFLAGS)
 AC_SUBST(PTHREAD_LIB)
 
-
-dnl Check for edb.
-AC_ARG_WITH(edb,
-        [  --with-edb=DIR          use edb in <DIR>],
-        [CFLAGS="$CFLAGS -I$withval/include"
-         LIBS="-L$withval/lib $LIBS"])
-
-AC_PATH_GENERIC(edb, 1.0.2, [
-    AC_SUBST(edb_libs)
-    AC_SUBST(edb_cflags)],
-    AC_MSG_ERROR(Cannot find edb: Is edb-config in path?))
-edb_libs=`edb-config --libs`
-edb_cflags=`edb-config --cflags`
-
-
 dnl Check for libxml.
 AC_ARG_WITH(xml2,
         [  --with-xml2=DIR          use libxml2 in <DIR>],




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to