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-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=585734b4e6aeede3bb80ea994fd0efea9a026f86;p=pspp 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 . --- diff --git a/ChangeLog b/ChangeLog index 6656b45f26..d453f44555 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 ca8b048544..105b166413 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: