summaryrefslogtreecommitdiff
path: root/source3/m4/aclocal.m4
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-05-15 23:35:55 +0200
committerMichael Adam <obnox@samba.org>2009-05-15 23:46:02 +0200
commitf5c96e54c633717ffe1a967f4ab9fdede31fa749 (patch)
treec190fb15b2ed8b7a27b0fde437dd743b381cffd8 /source3/m4/aclocal.m4
parent8b4e491ab0af013ef1e3b4e3d85b4f9cd985d8d6 (diff)
downloadsamba-f5c96e54c633717ffe1a967f4ab9fdede31fa749.tar.gz
samba-f5c96e54c633717ffe1a967f4ab9fdede31fa749.tar.bz2
samba-f5c96e54c633717ffe1a967f4ab9fdede31fa749.zip
s3:build: fix linking with --disable-shared-libs
Michael
Diffstat (limited to 'source3/m4/aclocal.m4')
-rw-r--r--source3/m4/aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/m4/aclocal.m4 b/source3/m4/aclocal.m4
index ae205023a4..c792057083 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