mirror of
https://github.com/samba-team/samba.git
synced 2025-11-21 12:23:50 +03:00
13 lines
282 B
Plaintext
13 lines
282 B
Plaintext
# 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
|
|
])
|