1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

build: fall down to the same place when using an internal lib statically.

Michael
This commit is contained in:
Michael Adam 2008-08-20 14:55:24 +02:00
parent c3c3dadcab
commit 702c0bc046

View File

@ -139,7 +139,7 @@ if eval test x"$build_lib" = "xyes" ; then
LIBUC[_SHARED]=$LIBUC[_SHARED_TARGET]
AC_MSG_RESULT(yes)
if test x"$USESHARED" != x"true" -o x"$[LINK_]LIBUC" = "xSTATIC" ; then
LIBUC[_STATIC]=$LIBUC[_STATIC_TARGET]
enable_static=yes
else
LIBUC[_LIBS]=LIBLIBS
fi