summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/m4/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source/m4/aclocal.m4 b/source/m4/aclocal.m4
index 9a4213d9767..e2d0ec4b8a2 100644
--- a/source/m4/aclocal.m4
+++ b/source/m4/aclocal.m4
@@ -152,7 +152,7 @@ else
AC_MSG_RESULT(shared library not selected, but will supply static library)
fi
if test $enable_static = yes; then
- LIBUC[_STATIC]=[\$\(]LIBUC[_OBJ0\)]
+ LIBUC[_STATIC]=$LIBUC[_STATIC_TARGET]
fi
m4_popdef([LIBNAME])