summaryrefslogtreecommitdiff
path: root/m4/libunistring.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-04-11 18:22:50 +0200
committerBruno Haible <bruno@clisp.org>2010-04-11 18:22:50 +0200
commite330e06a9fbd13eb257c3b8ac2b2951e6bddac8b (patch)
tree489f848d057748ffd897da479ce6b93f6ee0a6cf /m4/libunistring.m4
parent82b0be34b85e7169e869e0503b607c990c524da2 (diff)
downloadgnulib-e330e06a9fbd13eb257c3b8ac2b2951e6bddac8b.tar.gz
libunistring: Correct value of $LTLIBUNISTRING.
Diffstat (limited to 'm4/libunistring.m4')
-rw-r--r--m4/libunistring.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/libunistring.m4 b/m4/libunistring.m4
index 19350d0283..ac9d11acfe 100644
--- a/m4/libunistring.m4
+++ b/m4/libunistring.m4
@@ -1,4 +1,4 @@
-# libunistring.m4 serial 3
+# libunistring.m4 serial 4
dnl Copyright (C) 2009-2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -33,6 +33,7 @@ AC_DEFUN([gl_LIBUNISTRING],
[no, consider installing GNU libunistring])
if test -n "$LIBUNISTRING"; then
LIBUNISTRING="$LIBUNISTRING $LIBICONV"
+ LTLIBUNISTRING="$LTLIBUNISTRING $LTLIBICONV"
fi
LIBS="$glus_save_LIBS"
fi