build: fall down to the same place when using an internal lib statically.
authorMichael Adam <obnox@samba.org>
Wed, 20 Aug 2008 12:55:24 +0000 (14:55 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 20 Aug 2008 20:38:07 +0000 (22:38 +0200)
Michael
(This used to be commit 702c0bc04668117e3521d687b9b5a87fd7e0f1b1)

source3/m4/aclocal.m4

index 53ad46cb8d644496bcc77f6530eb2087b9de52da..e2d0ec4b8a2c7febb69978dee9a5f03a7df27284 100644 (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