derick Wed Apr 14 03:42:39 2004 EDT Modified files: /php-src/ext/iconv config.m4 Log: - Enable iconv by default http://cvs.php.net/diff.php/php-src/ext/iconv/config.m4?r1=1.25&r2=1.26&ty=u Index: php-src/ext/iconv/config.m4 diff -u php-src/ext/iconv/config.m4:1.25 php-src/ext/iconv/config.m4:1.26 --- php-src/ext/iconv/config.m4:1.25 Thu Aug 28 02:04:48 2003 +++ php-src/ext/iconv/config.m4 Wed Apr 14 03:42:38 2004 @@ -1,9 +1,9 @@ dnl -dnl $Id: config.m4,v 1.25 2003/08/28 06:04:48 moriyoshi Exp $ +dnl $Id: config.m4,v 1.26 2004/04/14 07:42:38 derick Exp $ dnl PHP_ARG_WITH(iconv, for iconv support, -[ --with-iconv[=DIR] Include iconv support]) +[ --without-iconv[=DIR] Include iconv support], yes) if test "$PHP_ICONV" != "no"; then
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php