summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorElijah Newren <newren gmail com>2006-05-12 17:46:53 +0000
committerElijah Newren <newren@src.gnome.org>2006-05-12 17:46:53 +0000
commit34cb1840cf4e90776d956e267def5aaf75f2c509 (patch)
tree3bdfc9435d229f228dd772d9cd67b0f11a25234b /configure.in
parent9f21db53666d3596d091ddd73f7c377224269058 (diff)
downloadmetacity-34cb1840cf4e90776d956e267def5aaf75f2c509.tar.gz
I don't think we want a config file for the no-gconf case; embedded people
2006-05-12 Elijah Newren <newren gmail com> * 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)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index c1ae9eb3..fe971c65 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