From: foobar Date: Sun, 28 Apr 2002 01:40:05 +0000 (+0000) Subject: Fix bug: #16823 X-Git-Tag: php-4.2.1RC1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c43d9ad3516da42770380028606d83bb9ea039b4;p=php Fix bug: #16823 --- diff --git a/acinclude.m4 b/acinclude.m4 index 1e44e48424..0e14f2255f 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1255,8 +1255,8 @@ AC_DEFUN(PHP_SETUP_ICONV, [ fi if test "$found_iconv" = "yes"; then + AC_DEFINE(HAVE_ICONV, 1, [ ]) if test -n "$ICONV_DIR"; then - AC_DEFINE(HAVE_ICONV, 1, [ ]) PHP_ADD_LIBRARY_WITH_PATH($iconv_lib_name, $ICONV_DIR/lib, $1) PHP_ADD_INCLUDE($ICONV_DIR/include) fi