MFB. (I must have been sleep-walking..)

This commit is contained in:
foobar 2002-03-26 00:14:02 +00:00
parent 74749ad642
commit 11bcc2207e

View File

@ -1395,6 +1395,7 @@ AC_DEFUN(PHP_SETUP_ICONV, [
for i in $PHP_ICONV /usr/local /usr; do
if test -r $i/include/giconv.h; then
AC_DEFINE(HAVE_GICONV_H, 1, [ ])
ICONV_DIR=$i
iconv_lib_name=giconv
break
@ -1402,7 +1403,7 @@ AC_DEFUN(PHP_SETUP_ICONV, [
ICONV_DIR=$i
iconv_lib_name=iconv
break
fi
fi
done
if test -z "$ICONV_DIR"; then