From: Bruno Haible Date: Sun, 11 Apr 2010 16:22:50 +0000 (+0200) Subject: libunistring: Correct value of $LTLIBUNISTRING. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e330e06a9fbd13eb257c3b8ac2b2951e6bddac8b;p=pspp libunistring: Correct value of $LTLIBUNISTRING. --- diff --git a/ChangeLog b/ChangeLog index ae381cb4f6..49b6b6460a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-04-11 Bruno Haible + + 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 havelib: Add static libraries to LIBS in the right order. 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