Skip to content

Commit

Permalink
- Enable iconv by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Rethans committed Apr 14, 2004
1 parent 66f5637 commit 3c28fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/iconv/config.m4
Expand Up @@ -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

Expand Down

0 comments on commit 3c28fbd

Please sign in to comment.