From: Bruno Haible Date: Sun, 11 Apr 2010 16:01:52 +0000 (+0200) Subject: libunistring: Detect libunistring also when it depends on libiconv. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1820b302be900a38b063404af66a00ae88552ce7;p=pspp libunistring: Detect libunistring also when it depends on libiconv. --- diff --git a/ChangeLog b/ChangeLog index a3acc98e16..58d16d2acc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-04-11 Bruno Haible + + libunistring: Detect libunistring also when it depends on libiconv. + * m4/libunistring.m4 (gl_LIBUNISTRING): Unset the cached result before + the second AC_LIB_HAVE_LINKFLAGS invocation. + 2010-04-11 James Youngman close-stream: declare local scalars to be "const" diff --git a/m4/libunistring.m4 b/m4/libunistring.m4 index 4f1146f38d..19350d0283 100644 --- a/m4/libunistring.m4 +++ b/m4/libunistring.m4 @@ -1,4 +1,4 @@ -# libunistring.m4 serial 2 +# libunistring.m4 serial 3 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, @@ -23,6 +23,9 @@ AC_DEFUN([gl_LIBUNISTRING], dnl Second try, with -liconv. AC_REQUIRE([AM_ICONV]) if test -n "$LIBICONV"; then + dnl We have to erase the cached result of the first AC_LIB_HAVE_LINKFLAGS + dnl invocation, otherwise the second one will not be run. + unset ac_cv_libunistring glus_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" AC_LIB_HAVE_LINKFLAGS([unistring], [],