about summary refs log tree commit diff
path: root/configure.ng
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2013-01-06 17:46:06 +0100
committerAlexander Barton <alex@barton.de>2013-01-06 17:46:06 +0100
commitb4966aa1bd8d11ed2bc97cc5fea418fab3485b08 (patch)
tree1f413f964db84e99dee2d57a7f89cb1f981f2789 /configure.ng
parent0703fcd71983bd04f70101fd0143660174d22f84 (diff)
downloadngircd-b4966aa1bd8d11ed2bc97cc5fea418fab3485b08.tar.gz
ngircd-b4966aa1bd8d11ed2bc97cc5fea418fab3485b08.zip
configure: use AS_HELP_STRING for --with-iconv
Diffstat (limited to 'configure.ng')
-rw-r--r--configure.ng3
1 files changed, 2 insertions, 1 deletions
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"