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:
parent
ace1c1f816
commit
77c30ebe9e
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user