diff options
author | Christopher Jones <sixd@php.net> | 2013-08-06 11:06:09 -0700 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2013-08-06 11:06:09 -0700 |
commit | c6d977dd395262c5c8d9091519a41aebe6f40db9 (patch) | |
tree | 39bf5036d1bd84bfeb544436e297b05759dd9462 /sapi/embed | |
parent | 930183f9611560b831ebcb454aae8ee9a40294dc (diff) | |
download | php-git-c6d977dd395262c5c8d9091519a41aebe6f40db9.tar.gz |
Fix long-standing visual pain point: the misalignment of './configure help' text.
Whitespace changes and a couple of grammar fixes.
Diffstat (limited to 'sapi/embed')
-rw-r--r-- | sapi/embed/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/embed/config.m4 b/sapi/embed/config.m4 index 3a61b458f0..5ffb9b39bd 100644 --- a/sapi/embed/config.m4 +++ b/sapi/embed/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_ENABLE(embed,, -[ --enable-embed[=TYPE] EXPERIMENTAL: Enable building of embedded SAPI library +[ --enable-embed[=TYPE] EXPERIMENTAL: Enable building of embedded SAPI library TYPE is either 'shared' or 'static'. [TYPE=shared]], no, no) AC_MSG_CHECKING([for embedded SAPI library support]) |