Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e
Modified Files:
Tag: branch-exp
configure.in
Log Message:
Not yet sure this actually will be going anywhere. Anyway...
The beginnings of modularization and centralized configuration settings handling.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/configure.in,v
retrieving revision 1.99.2.2
retrieving revision 1.99.2.3
diff -u -3 -r1.99.2.2 -r1.99.2.3
--- configure.in 26 Jul 2004 23:19:50 -0000 1.99.2.2
+++ configure.in 31 Jul 2004 20:25:51 -0000 1.99.2.3
@@ -82,9 +82,8 @@
[ --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=no]],
- AC_DEFINE(ENABLE_EDB, 1, [Use edb for configuration]),
- enable_config_edb=no
+ [ --enable-config-edb use edb for configuration [default=yes]],,
+ enable_config_edb=yes
)
if test "x$enable_hints_ewmh" = "xyes"; then
@@ -96,6 +95,10 @@
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.
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs