libunistring: Correct value of $LTLIBUNISTRING.
authorBruno Haible <bruno@clisp.org>
Sun, 11 Apr 2010 16:22:50 +0000 (18:22 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Apr 2010 16:22:50 +0000 (18:22 +0200)
ChangeLog
m4/libunistring.m4

index ae381cb4f6277b3974801db405d0157c7fb2bb81..49b6b6460a7ac58c524eb9fa85f15b65f274ee09 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-11  Bruno Haible  <bruno@clisp.org>
+
+       libunistring: Correct value of $LTLIBUNISTRING.
+       * m4/libunistring.m4 (gl_LIBUNISTRING): When it depends on libiconv,
+       correct the value of $LTLIBUNISTRING.
+
 2010-04-11  Bruno Haible  <bruno@clisp.org>
 
        havelib: Add static libraries to LIBS in the right order.
index 19350d028379e1e1a80d7588f2cb36c8617190af..ac9d11acfe2f35e6871a737ad71f024b790f0989 100644 (file)
@@ -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