Hey guys, There's something screwy with the iconv detection/config that's mangling configure - it's generating code like this:
Line 28183 or so of configure:
case $iconv_lib_name in
c|c_r|pthread*
fi
;;
*)
LIBS="-l$iconv_lib_name $LIBS"
;;
esac
The "fi" looks totally bogus to me, and it looks like there is
a missing ) after pthread*
--Wez.
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
