]> granicus.if.org Git - php/commitdiff
- Enable iconv by default
authorDerick Rethans <derick@php.net>
Wed, 14 Apr 2004 07:42:38 +0000 (07:42 +0000)
committerDerick Rethans <derick@php.net>
Wed, 14 Apr 2004 07:42:38 +0000 (07:42 +0000)
ext/iconv/config.m4

index f73da13eec9ac0e2f1b5219ef1587e698dc32fa4..b8f8056dd57d2be7f615d82bd68bace185d157a7 100644 (file)
@@ -3,7 +3,7 @@ dnl $Id$
 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