mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
build: fix configure option --with-static-libs=libXYZ
This should not prevent building but linking of shared lib for subsystem XYZ (example --with-static-libs=libtdb). m4 quotation is tricky... Michael
This commit is contained in:
parent
5c28c74aa0
commit
4d0a5d5c93
2
source/m4/aclocal.m4
vendored
2
source/m4/aclocal.m4
vendored
@ -100,7 +100,7 @@ build_lib=yes
|
||||
if eval test x"$build_lib" = "xyes" -a $BLDSHARED = true; then
|
||||
LIBUC[_SHARED]=$LIBUC[_SHARED_TARGET]
|
||||
AC_MSG_RESULT(yes)
|
||||
if test x"$USESHARED" != x"true" -o x"$LINK_LIBUC" = "xSTATIC" ; then
|
||||
if test x"$USESHARED" != x"true" -o x"$[LINK_]LIBUC" = "xSTATIC" ; then
|
||||
LIBUC[_STATIC]=$LIBUC[_STATIC_TARGET]
|
||||
else
|
||||
LIBUC[_LIBS]=LIBLIBS
|
||||
|
Loading…
x
Reference in New Issue
Block a user