mirror of
https://github.com/osmarks/ngircd.git
synced 2025-04-27 13:13:19 +00:00
configure: use AS_HELP_STRING for --with-iconv
This commit is contained in:
parent
0703fcd719
commit
b4966aa1bd
@ -518,7 +518,8 @@ if test "$x_ircplus_on" = "yes"; then
|
|||||||
# CHARCONV is the only function depending on it.
|
# CHARCONV is the only function depending on it.
|
||||||
x_iconv_on=no
|
x_iconv_on=no
|
||||||
AC_ARG_WITH(iconv,
|
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" != "no"; then
|
||||||
if test "$withval" != "yes"; then
|
if test "$withval" != "yes"; then
|
||||||
CFLAGS="-I$withval/include $CFLAGS"
|
CFLAGS="-I$withval/include $CFLAGS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user