From f5c96e54c633717ffe1a967f4ab9fdede31fa749 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 15 May 2009 23:35:55 +0200 Subject: [PATCH] s3:build: fix linking with --disable-shared-libs Michael --- source3/m4/aclocal.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/m4/aclocal.m4 b/source3/m4/aclocal.m4 index ae205023a473..c79205708339 100644 --- a/source3/m4/aclocal.m4 +++ b/source3/m4/aclocal.m4 @@ -151,6 +151,7 @@ if eval test x"$build_lib" = "xyes" ; then else enable_static=yes LIBUC[_TARGET]=$LIBUC[_STATIC_TARGET] + LIBUC[_LIBS]=$LIBUC[_STATIC_TARGET] AC_MSG_RESULT(no shared library support -- will supply static library) fi else -- 2.34.1