r700: fix SMB_LIBRARY() to disable the lib by default
authorStefan Metzmacher <metze@samba.org>
Thu, 13 May 2004 20:12:26 +0000 (20:12 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:53:43 +0000 (12:53 -0500)
metze

source/build/smb_build/public.m4
source/lib/registry/config.m4

index 997893aa9f04e30d9872194d3b776b1893ecc862..863dddc7a25d4e57a6e61624a8ad3299ad2a98ff 100644 (file)
@@ -369,7 +369,7 @@ AC_DEFUN([SMB_LIBRARY],
 [
 
        if test -z "$[SMB_LIBRARY_ENABLE_][$1]"; then
-               [SMB_LIBRARY_ENABLE_][$1]="YES";
+               [SMB_LIBRARY_ENABLE_][$1]="NO";
        fi
 
 SMB_INFO_LIBRARIES="$SMB_INFO_LIBRARIES
index 7b05cbb9829bb2d65d7b2050f8038c305682d332..77508063fcb8fa2571a289d9ef73f91d3c84a432 100644 (file)
@@ -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