tony2001 Thu Oct 13 11:22:22 2005 EDT Modified files: /php-src/ext/iconv config.m4 Log: correct it one more time (grrr) http://cvs.php.net/diff.php/php-src/ext/iconv/config.m4?r1=1.35&r2=1.36&ty=u Index: php-src/ext/iconv/config.m4 diff -u php-src/ext/iconv/config.m4:1.35 php-src/ext/iconv/config.m4:1.36 --- php-src/ext/iconv/config.m4:1.35 Thu Oct 13 11:18:37 2005 +++ php-src/ext/iconv/config.m4 Thu Oct 13 11:22:20 2005 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.35 2005/10/13 15:18:37 tony2001 Exp $ +dnl $Id: config.m4,v 1.36 2005/10/13 15:22:20 tony2001 Exp $ dnl PHP_ARG_WITH(iconv, for iconv support, @@ -26,10 +26,6 @@ if test -z "$PHP_ICONV_PREFIX"; then PHP_ICONV_PREFIX="/usr" fi - fi - - if test -z "$ICONV_DIR"; then - PHP_ICONV_PREFIX="/usr" else PHP_ICONV_PREFIX="$ICONV_DIR" fi
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php