Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
      Tag: branch-exp
        configure.in 


Log Message:
Use flat ASCII for configuration.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/configure.in,v
retrieving revision 1.99.2.12
retrieving revision 1.99.2.13
diff -u -3 -r1.99.2.12 -r1.99.2.13
--- configure.in        17 Oct 2004 12:24:36 -0000      1.99.2.12
+++ configure.in        21 Oct 2004 17:52:44 -0000      1.99.2.13
@@ -85,10 +85,6 @@
   [  --enable-hints-gnome    compile with GNOME(<2.0) hints support [default=no]],,
   enable_hints_gnome=no)
 
-AC_ARG_ENABLE(config-edb,
-  [  --enable-config-edb     use edb for configuration [default=yes]],,
-  enable_config_edb=yes)
-
 AC_ARG_ENABLE(ecore-x,
   [  --enable-ecore-x        use ecore-x interface to X11 [default=no]],,
   enable_ecore_x=no)
@@ -102,10 +98,6 @@
 AM_CONDITIONAL(ENABLE_EWMH, test "x$enable_hints_ewmh" = "xyes")
 AM_CONDITIONAL(ENABLE_GNOME, test "x$enable_hints_gnome" = "xyes")
 
-if test "x$enable_config_edb" = "xyes"; then
-  AC_DEFINE(ENABLE_EDB, 1, [Use edb for configuration])
-fi
-
 dnl The following test must come after AM_GNU_GETTEXT as it relies on
 dnl ${DATADIRNAME} being defined.
 
@@ -183,17 +175,6 @@
   echo "zoom has been turned off by request at compiletime"
 fi
 
-AC_CHECK_HEADER(Edb.h,
-  [
-    # have_edb="yes"
-    edb_cflags=`edb-config --cflags`
-    edb_libs=`edb-config --libs`
-  ],[
-    AC_MSG_ERROR([Aarrgh ... no edb])
-  ])
-AC_SUBST(edb_cflags)
-AC_SUBST(edb_libs)
-
 AC_ARG_ENABLE(xrandr,
   [  --enable-xrandr         compile with RandR support [default=no]],,
   enable_xrandr=no)




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to