From: Bruno Haible Date: Sun, 19 Dec 2010 10:11:22 +0000 (+0100) Subject: iconv: Make it possible again to use this module without 'iconv-h'. X-Git-Tag: stable/20101220~10 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=fb7d1d8;p=gnulib.git iconv: Make it possible again to use this module without 'iconv-h'. * modules/iconv (configure.ac): Don't invoke gl_ICONV_MODULE_INDICATOR if it is not defined. Reported by Ian Beckwith . (cherry picked from commit 585734b4e6aeede3bb80ea994fd0efea9a026f86) --- diff --git a/ChangeLog b/ChangeLog index d60c26dc3..dbdf0e1da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-12-19 Bruno Haible + + iconv: Make it possible again to use this module without 'iconv-h'. + * modules/iconv (configure.ac): Don't invoke gl_ICONV_MODULE_INDICATOR + if it is not defined. + Reported by Ian Beckwith . + 2010-12-18 Paul Eggert acl: port to Solaris 8 when copying from tmpfs to ufs diff --git a/modules/iconv b/modules/iconv index ca8b04854..105b16641 100644 --- a/modules/iconv +++ b/modules/iconv @@ -9,7 +9,8 @@ havelib configure.ac: AM_ICONV -gl_ICONV_MODULE_INDICATOR([iconv]) +m4_ifdef([gl_ICONV_MODULE_INDICATOR], + [gl_ICONV_MODULE_INDICATOR([iconv])]) Makefile.am: