Files
wmic/Samba/source/lib/registry/config.m4
T

13 lines
282 B
Plaintext
Raw Normal View History

2019-02-16 00:16:52 +01:00
# Registry backends
SMB_ENABLE(registry_gconf, NO)
SMB_EXT_LIB_FROM_PKGCONFIG(gconf, gconf-2.0)
AC_ARG_ENABLE(reg-gconf,
[ --enable-reg-gconf Enable support for GConf registry backend],
[
if test t$enable = tyes; then
SMB_ENABLE(registry_gconf, $SMB_ENABLE_gconf)
fi
])