diff options
author | Sascha Schumann <sas@php.net> | 2000-03-26 19:47:28 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-03-26 19:47:28 +0000 |
commit | b4db46606e5fc5e49f5fb8dc367e57ecacf7bf02 (patch) | |
tree | 5a598fd74f551f1cd37b860e4863d655f385b61d /ext/recode | |
parent | 6da32c3314c08aac7c94eb7f36db35ba7c56d4f2 (diff) | |
download | php-git-b4db46606e5fc5e49f5fb8dc367e57ecacf7bf02.tar.gz |
Some white-space changes
Diffstat (limited to 'ext/recode')
-rw-r--r-- | ext/recode/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/recode/config.m4 b/ext/recode/config.m4 index 992a79ef66..41741a426c 100644 --- a/ext/recode/config.m4 +++ b/ext/recode/config.m4 @@ -5,8 +5,8 @@ dnl don't forget to call PHP_EXTENSION(recode) AC_MSG_CHECKING(for recode support) AC_ARG_WITH(recode, -[ --with-recode[=DIR] Include recode support. DIR is the recode - install directory.], +[ --with-recode[=DIR] Include recode support. DIR is the recode install + directory.], [ if test "$withval" != "no"; then RECODE_LIST="$withval /usr /usr/local /opt" |