From: Michael Adam Date: Fri, 15 May 2009 21:35:55 +0000 (+0200) Subject: s3:build: fix linking with --disable-shared-libs X-Git-Tag: tdb-1.1.5~522 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5c96e54c633717ffe1a967f4ab9fdede31fa749;p=thirdparty%2Fsamba.git s3:build: fix linking with --disable-shared-libs Michael --- diff --git a/source3/m4/aclocal.m4 b/source3/m4/aclocal.m4 index ae205023a47..c7920570833 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