Revert "build: fall down to the same place when using an internal lib statically."
authorKarolin Seeger <kseeger@samba.org>
Wed, 27 Aug 2008 08:37:30 +0000 (10:37 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 27 Aug 2008 08:37:30 +0000 (10:37 +0200)
This reverts commit 8145b0a7d7bacb818b8dadadae65ecd0877b5ce2.

source/m4/aclocal.m4

index e2d0ec4b8a2c7febb69978dee9a5f03a7df27284..53ad46cb8d644496bcc77f6530eb2087b9de52da 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
-                       enable_static=yes
+                       LIBUC[_STATIC]=$LIBUC[_STATIC_TARGET]
                else
                        LIBUC[_LIBS]=LIBLIBS
                fi