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/readline | |
parent | 6da32c3314c08aac7c94eb7f36db35ba7c56d4f2 (diff) | |
download | php-git-b4db46606e5fc5e49f5fb8dc367e57ecacf7bf02.tar.gz |
Some white-space changes
Diffstat (limited to 'ext/readline')
-rw-r--r-- | ext/readline/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/readline/config.m4 b/ext/readline/config.m4 index 2cb445b59a..35e4ab5674 100644 --- a/ext/readline/config.m4 +++ b/ext/readline/config.m4 @@ -5,7 +5,7 @@ dnl don't forget to call PHP_EXTENSION(readline) AC_MSG_CHECKING(for readline support) AC_ARG_WITH(readline, -[ --with-readline[=DIR] Include readline support. DIR is the readline +[ --with-readline[=DIR] Include readline support. DIR is the readline install directory.], [ if test "$withval" != "no"; then |