diff options
Diffstat (limited to 'source4/lib/registry/config.m4')
-rw-r--r-- | source4/lib/registry/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/config.m4 b/source4/lib/registry/config.m4 index 7b05cbb982..77508063fc 100644 --- a/source4/lib/registry/config.m4 +++ b/source4/lib/registry/config.m4 @@ -39,7 +39,7 @@ SMB_BINARY(regshell, [REG], [BIN], lib/registry/tools/regshell.o,[],[CONFIG LIBB SMB_BINARY(regtree, [REG], [BIN], lib/registry/tools/regtree.o,[],[CONFIG LIBBASIC LIBCMDLINE REGISTRY]) SMB_BINARY(gregedit, [REG], [BIN], lib/registry/tools/gregedit.o,[gtk],[CONFIG LIBBASIC LIBCMDLINE REGISTRY]) -if test x"$experimental" = xyes; then +if test x"$experimental" = x"yes"; then SMB_LIBRARY_ENABLE(libwinregistry, YES) fi |