From 0b7f81e0f6e4a8eb8cd514541dcd39ebed07b7f0 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 13 May 2004 11:32:39 +0000 Subject: r673: disable registry_gconf for now metze (This used to be commit 5bbf0c240730fc27b7341eb7c6891c7741640e74) --- source4/lib/registry/config.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/lib/registry/config.m4') diff --git a/source4/lib/registry/config.m4 b/source4/lib/registry/config.m4 index ebe9a49439..7aafd2af71 100644 --- a/source4/lib/registry/config.m4 +++ b/source4/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) -- cgit