From: Alexander Barton Date: Sun, 6 Jan 2013 16:46:06 +0000 (+0100) Subject: configure: use AS_HELP_STRING for --with-iconv X-Git-Tag: rel-21-rc1~160 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=b4966aa1bd8d11ed2bc97cc5fea418fab3485b08;hp=0703fcd71983bd04f70101fd0143660174d22f84;ds=sidebyside configure: use AS_HELP_STRING for --with-iconv --- diff --git a/configure.ng b/configure.ng index 47c95990..c89096fd 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"