diff options
-rw-r--r-- | source3/m4/aclocal.m4 | 1 |
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 |