Module: ngircd.git Branch: master Commit: b4966aa1bd8d11ed2bc97cc5fea418fab3485b08 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=b4966...
Author: Alexander Barton alex@barton.de Date: Sun Jan 6 17:46:06 2013 +0100
configure: use AS_HELP_STRING for --with-iconv
---
configure.ng | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure.ng b/configure.ng index 47c9599..c89096f 100644 --- a/configure.ng +++ b/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"