diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2000-10-02 17:36:01 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2000-10-02 17:36:01 +0000 |
commit | b189759bcde2783dfc98f78dfd4ebdbcd46a332b (patch) | |
tree | 13d47f4802ea99c8057e10368331e04cf953fbd6 /ext/shmop | |
parent | c26b4d8c9f6323eeae6650ef0b86c58a3c79d095 (diff) | |
download | php-git-b189759bcde2783dfc98f78dfd4ebdbcd46a332b.tar.gz |
Clean up the alignment of configure --help output
Diffstat (limited to 'ext/shmop')
-rw-r--r-- | ext/shmop/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/shmop/config.m4 b/ext/shmop/config.m4 index 532256d9a9..1a9ca6adad 100644 --- a/ext/shmop/config.m4 +++ b/ext/shmop/config.m4 @@ -1,6 +1,6 @@ dnl $Id$ PHP_ARG_ENABLE(shmop, whether to enable shmop support, -[ --enable-shmop Enable shmop support]) +[ --enable-shmop Enable shmop support]) if test "$PHP_SHMOP" != "no"; then AC_DEFINE(HAVE_SHMOP, 1, [ ]) |