diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-05-13 11:32:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:53:41 -0500 |
commit | 0b7f81e0f6e4a8eb8cd514541dcd39ebed07b7f0 (patch) | |
tree | 86883c9f331cd7fa954a1462ece4a865290c7fc6 /source4/lib | |
parent | 0a690c12a14b96a3f50b1e37875944cb3cf2b967 (diff) | |
download | samba-0b7f81e0f6e4a8eb8cd514541dcd39ebed07b7f0.tar.gz samba-0b7f81e0f6e4a8eb8cd514541dcd39ebed07b7f0.tar.bz2 samba-0b7f81e0f6e4a8eb8cd514541dcd39ebed07b7f0.zip |
r673: disable registry_gconf for now
metze
(This used to be commit 5bbf0c240730fc27b7341eb7c6891c7741640e74)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/registry/config.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
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) |