configure: conversation -> conversion

This commit is contained in:
Alexander Barton 2013-02-15 21:26:47 +01:00
parent 25b19e08e2
commit d5763937ad
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ if test "$x_ircplus_on" = "yes"; then
x_iconv_on=no
AC_ARG_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" != "yes"; then
CFLAGS="-I$withval/include $CFLAGS"