# HG changeset patch # User Bruno Haible # Date 1292753482 -3600 # Node ID 8bb7740af8bb20fcf38851b1adc540cca793538c # Parent e7b74d54a791fd0805ea60ac1b30bf78fbda5f43 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 --- 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 --- a/modules/iconv +++ b/modules/iconv @@ -9,7 +9,8 @@ configure.ac: AM_ICONV -gl_ICONV_MODULE_INDICATOR([iconv]) +m4_ifdef([gl_ICONV_MODULE_INDICATOR], + [gl_ICONV_MODULE_INDICATOR([iconv])]) Makefile.am: