summaryrefslogtreecommitdiff
path: root/modules/iconv
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-12-19 11:11:22 +0100
committerBruno Haible <bruno@clisp.org>2010-12-19 11:11:22 +0100
commit585734b4e6aeede3bb80ea994fd0efea9a026f86 (patch)
tree19f903ed880f8fbd69eab67a5041089ffc9aceb9 /modules/iconv
parentef6309e7c3ec7172ae59a8ed4a48842077902477 (diff)
downloadgnulib-585734b4e6aeede3bb80ea994fd0efea9a026f86.tar.gz
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 <ianb@erislabs.net>.
Diffstat (limited to 'modules/iconv')
-rw-r--r--modules/iconv3
1 files changed, 2 insertions, 1 deletions
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: