diff options
author | foobar <sniper@php.net> | 2001-11-30 19:00:13 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-11-30 19:00:13 +0000 |
commit | f1397d533969095577f9d11005015a1291b16568 (patch) | |
tree | b2bf7c7cbd6bcda7d16530d137968f9e7c85f71d /ext/recode | |
parent | e858d27888471107a4816d62033db785fab5f2da (diff) | |
download | php-git-f1397d533969095577f9d11005015a1291b16568.tar.gz |
Unified the configure messages.
Diffstat (limited to 'ext/recode')
-rw-r--r-- | ext/recode/config.m4 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ext/recode/config.m4 b/ext/recode/config.m4 index 848762338d..6723d807e7 100644 --- a/ext/recode/config.m4 +++ b/ext/recode/config.m4 @@ -1,11 +1,9 @@ +dnl dnl $Id$ -dnl config.m4 for extension recode -dnl don't forget to call PHP_EXTENSION(recode) - +dnl PHP_ARG_WITH(recode,for recode support, -[ --with-recode[=DIR] Include recode support. DIR is the recode install - directory.]) +[ --with-recode[=DIR] Include recode support.]) if test "$PHP_RECODE" != "no"; then RECODE_LIST="$PHP_RECODE /usr /usr/local /opt" |