From 8e19123bf0732974ce2df25cca4216b1bd17ca24 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 20 Aug 2008 14:55:24 +0200 Subject: [PATCH] build: fall down to the same place when using an internal lib statically. Michael (cherry picked from commit 702c0bc04668117e3521d687b9b5a87fd7e0f1b1) --- source/m4/aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/m4/aclocal.m4 b/source/m4/aclocal.m4 index 53ad46cb8d6..e2d0ec4b8a2 100644 --- a/source/m4/aclocal.m4 +++ b/source/m4/aclocal.m4 @@ -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 -- 2.11.4.GIT