Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : apps/elicit

Dir     : e17/apps/elicit


Modified Files:
        configure.in 


Log Message:
oops, made EDB support optional again.

===================================================================
RCS file: /cvs/e/e17/apps/elicit/configure.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- configure.in        22 Mar 2007 04:23:04 -0000      1.17
+++ configure.in        22 Mar 2007 12:14:15 -0000      1.18
@@ -62,7 +62,6 @@
 
 PKG_CHECK_MODULES(ELICIT, [
   imlib2
-  edb
   evas
   eet
   esmart
@@ -71,6 +70,9 @@
   ecore-evas
   edje
 ])
+
+dnl edb support is optional:
+PKG_CHECK_MODULES(EDB, edb, AC_DEFINE(HAVE_EDB, 1, [Have edb]), dummy=no)
 
 AC_OUTPUT([
 Makefile 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to