Commit Diff
Diff:
0703fcd71983bd04f70101fd0143660174d22f84
b4966aa1bd8d11ed2bc97cc5fea418fab3485b08
b4966aa1bd8d11ed2bc97cc5fea418fab3485b08
Commit:
b4966aa1bd8d11ed2bc97cc5fea418fab3485b08
Tree:
1f413f964db84e99dee2d57a7f89cb1f981f2789
Committer:
Alexander Barton <alex@barton.de>
Date:
Sun Jan 6 16:46:06 2013
UTC
Message:
configure: use AS_HELP_STRING for --with-iconv
--- configure.ng
+++ configure.ng
@@ -518,7 +518,8 @@ if test "$x_ircplus_on" = "yes"; then
# CHARCONV is the only function depending on it.
x_iconv_on=no
AC_ARG_WITH(iconv,
- [ --with-iconv enable character conversation using libiconv],
+ AS_HELP_STRING([--with-iconv],
+ [enable character conversation using libiconv]),
[ if test "$withval" != "no"; then
if test "$withval" != "yes"; then
CFLAGS="-I$withval/include $CFLAGS"