mirror of
https://github.com/znc/znc.git
synced 2026-07-05 01:11:53 +02:00
Really disable charset module if iconv is not found.
On some systems CHARSET variable is set... Thanks to Hoss for reporting it
This commit is contained in:
@@ -503,6 +503,7 @@ then
|
||||
LIBS="$my_saved_LIBS"
|
||||
fi
|
||||
|
||||
CHARSET=""
|
||||
AC_CHECK_FUNC( iconv, CHARSET=1 )
|
||||
AC_CHECK_LIB( iconv, iconv_open, LIBICONV=-liconv ; CHARSET=1 )
|
||||
if test "x$CHARSET" = "x1"
|
||||
|
||||
Reference in New Issue
Block a user