summaryrefslogtreecommitdiffstats
path: root/source/lib/registry/config.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-05-13 11:32:39 +0000
committerStefan Metzmacher <metze@samba.org>2004-05-13 11:32:39 +0000
commit2c860417ea2a65fc3b6880bebde1b8b2bdc334af (patch)
treea00b0ad1f2069d8fb0c7c0c1eed1f3d4033fe51d /source/lib/registry/config.m4
parente3002188ef073eb086e7a90216ba448a3c12baf4 (diff)
downloadsamba-2c860417ea2a65fc3b6880bebde1b8b2bdc334af.tar.gz
samba-2c860417ea2a65fc3b6880bebde1b8b2bdc334af.tar.xz
samba-2c860417ea2a65fc3b6880bebde1b8b2bdc334af.zip
r673: disable registry_gconf for now
metze
Diffstat (limited to 'source/lib/registry/config.m4')
-rw-r--r--source/lib/registry/config.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/source/lib/registry/config.m4 b/source/lib/registry/config.m4
index ebe9a494395..7aafd2af71f 100644
--- a/source/lib/registry/config.m4
+++ b/source/lib/registry/config.m4
@@ -5,7 +5,8 @@ if test t$BLDSHARED = ttrue; then
fi
LIBWINREG=libwinregistry
-PKG_CHECK_MODULES(GCONF, gconf-2.0, [ SMB_MODULE_DEFAULT(registry_gconf,STATIC)
+#disable registry_gconf for now
+PKG_CHECK_MODULES(GCONF, gconf-2.0, [ SMB_MODULE_DEFAULT(registry_gconf,NOT)
CFLAGS="$CFLAGS $GCONF_CFLAGS";], [AC_MSG_WARN([GConf not found, not building registry_gconf])])
AC_CONFIG_FILES(lib/registry/winregistry.pc)