mirror of
https://github.com/osmarks/ngircd.git
synced 2025-10-31 22:13:00 +00:00
configure: conversation -> conversion
This commit is contained in:
@@ -519,7 +519,7 @@ if test "$x_ircplus_on" = "yes"; then
|
|||||||
x_iconv_on=no
|
x_iconv_on=no
|
||||||
AC_ARG_WITH(iconv,
|
AC_ARG_WITH(iconv,
|
||||||
AS_HELP_STRING([--with-iconv],
|
AS_HELP_STRING([--with-iconv],
|
||||||
[enable character conversation using libiconv]),
|
[enable character conversion 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"
|
||||||
|
|||||||
Reference in New Issue
Block a user