From 34cb1840cf4e90776d956e267def5aaf75f2c509 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Fri, 12 May 2006 17:46:53 +0000 Subject: [PATCH] I don't think we want a config file for the no-gconf case; embedded people 2006-05-12 Elijah Newren * configure.in: I don't think we want a config file for the no-gconf case; embedded people would prefer hard-coding things into the binary (http://mail.gnome.org/archives/metacity-devel-list/2006-May/msg00010.html) --- ChangeLog | 7 +++++++ configure.in | 7 ++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index b24f36ce2..5f3e73b03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-05-12 Elijah Newren + + * configure.in: I don't think we want a config file for the + no-gconf case; embedded people would prefer hard-coding things + into the binary + (http://mail.gnome.org/archives/metacity-devel-list/2006-May/msg00010.html) + 2006-04-25 Elijah Newren * HACKING: Clarify that gnome-common is needed now that autogen.sh diff --git a/configure.in b/configure.in index c1ae9eb36..fe971c654 100644 --- a/configure.in +++ b/configure.in @@ -483,11 +483,8 @@ AC_OUTPUT if test x$enable_gconf = xno; then echo "*** WARNING WARNING WARNING WARNING WARNING" - echo "*** Building without GConf" - echo "*** This means there's no way to change prefs except" - echo "*** hacking source code, at least for now." - echo "*** Also, some prefs may have broken defaults." - echo "*** Patches needed for a simple no-gconf config file." + echo "*** Building without GConf. This means there's no" + echo "*** way to change prefs except hacking source code." echo "*** This is intended for embedded systems etc., not for normal use." fi