1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r673: disable registry_gconf for now

metze
(This used to be commit 5bbf0c240730fc27b7341eb7c6891c7741640e74)
This commit is contained in:
Stefan Metzmacher 2004-05-13 11:32:39 +00:00 committed by Gerald (Jerry) Carter
parent 0a690c12a1
commit 0b7f81e0f6

View File

@ -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)