Bug 645793 - Configure should be permitted to disable gconf support all together. r=khuey

This commit is contained in:
Jory A. Pratt 2011-04-04 02:21:52 +02:00
parent b436006b1d
commit 5565b63f57

View File

@ -5646,6 +5646,11 @@ then
dnl ========================================================
dnl = GConf support module
dnl ========================================================
MOZ_ARG_DISABLE_BOOL(gconf,
[ --disable-gconf Disable Gconf support ],
MOZ_ENABLE_GCONF=,
MOZ_ENABLE_GCONF=force)
if test "$MOZ_ENABLE_GCONF"
then
PKG_CHECK_MODULES(MOZ_GCONF, gconf-2.0 >= $GCONF_VERSION gobject-2.0 ,[