1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r700: fix SMB_LIBRARY() to disable the lib by default

metze
(This used to be commit b6ac3021f2)
This commit is contained in:
Stefan Metzmacher 2004-05-13 20:12:26 +00:00 committed by Gerald (Jerry) Carter
parent ace1c1f816
commit 77c30ebe9e
2 changed files with 2 additions and 2 deletions

View 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

View 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