1# Registry backends
2SMB_ENABLE(registry_gconf, NO)
3
4SMB_EXT_LIB_FROM_PKGCONFIG(gconf, gconf-2.0)
5
6AC_ARG_ENABLE(reg-gconf,
7[   --enable-reg-gconf     Enable support for GConf registry backend],
8[
9	if test t$enable = tyes; then
10		SMB_ENABLE(registry_gconf, $SMB_ENABLE_gconf)
11	fi
12])
13