diff options
author | Derick Rethans <derick@php.net> | 2004-07-14 09:54:02 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2004-07-14 09:54:02 +0000 |
commit | edce707f3ba60a84052220f219b4dfdd5b4a7887 (patch) | |
tree | a1705bf0b8510079a5fa9ec38b57346bf785aebb /ext/iconv/config.m4 | |
parent | 446f4d1bc25c4e04da215da84b8d910267bf7437 (diff) | |
download | php-git-edce707f3ba60a84052220f219b4dfdd5b4a7887.tar.gz |
- Fixed text.
Diffstat (limited to 'ext/iconv/config.m4')
-rw-r--r-- | ext/iconv/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/iconv/config.m4 b/ext/iconv/config.m4 index b8f8056dd5..6f49e423f2 100644 --- a/ext/iconv/config.m4 +++ b/ext/iconv/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_WITH(iconv, for iconv support, -[ --without-iconv[=DIR] Include iconv support], yes) +[ --without-iconv[=DIR] Exclude iconv support], yes) if test "$PHP_ICONV" != "no"; then |