diff options
author | Derick Rethans <derick@php.net> | 2002-09-19 20:14:35 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-09-19 20:14:35 +0000 |
commit | cf07c698d13ea52d20abce2ee54d7c9a9f8ee382 (patch) | |
tree | da9e39a5e906ad6534e4c06ce5840db0bc6fd9dc | |
parent | a694fa9ca74fc05e6bb85b7313bdd51ebc29a6cd (diff) | |
download | php-git-cf07c698d13ea52d20abce2ee54d7c9a9f8ee382.tar.gz |
- Align configure --help messages
-rw-r--r-- | ext/exif/config.m4 | 2 | ||||
-rw-r--r-- | ext/hwapi/config.m4 | 2 | ||||
-rw-r--r-- | ext/mbstring/config.m4 | 2 | ||||
-rw-r--r-- | ext/mime_magic/config.m4 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ext/exif/config.m4 b/ext/exif/config.m4 index c95e6834c8..a3ba9240df 100644 --- a/ext/exif/config.m4 +++ b/ext/exif/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_ENABLE(exif, whether to enable EXIF (metadata from images) support, -[ --enable-exif Enable EXIF (metadata from images) support]) +[ --enable-exif Enable EXIF (metadata from images) support]) if test "$PHP_EXIF" != "no"; then AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (metadata from images) support]) diff --git a/ext/hwapi/config.m4 b/ext/hwapi/config.m4 index 897f647184..af8069fd21 100644 --- a/ext/hwapi/config.m4 +++ b/ext/hwapi/config.m4 @@ -1,7 +1,7 @@ dnl $Id$ PHP_ARG_WITH(hwapi, for hwapi support, -[ --with-hwapi[=DIR] Include official Hyperwave API support]) +[ --with-hwapi[=DIR] Include official Hyperwave API support]) if test "$PHP_HWAPI" != "no"; then if test -r $PHP_HWAPI/include/sdk/api/object.h; then diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index e89f715c17..9e07a5da32 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -35,7 +35,7 @@ fi PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support, -[ --disable-mbregex Disable multibyte regex support], yes, no) +[ --disable-mbregex Disable multibyte regex support], yes, no) if test "$MBREGEX" != "no" ; then AC_DEFINE(HAVE_MBREGEX, 1, [whether to have multibyte regex support]) diff --git a/ext/mime_magic/config.m4 b/ext/mime_magic/config.m4 index 567deb56cb..183a14013e 100644 --- a/ext/mime_magic/config.m4 +++ b/ext/mime_magic/config.m4 @@ -2,7 +2,7 @@ dnl $Id$ dnl config.m4 for extension mime_magic PHP_ARG_ENABLE(mime_magic, whether to enable mime_magic support, -[ --enable-mime_magic Enable mime_magic support]) +[ --enable-mime_magic Enable mime_magic support]) if test "$PHP_MIME_MAGIC" = "yes"; then dnl PHP_SUBST(MIME_MAGIC_SHARED_LIBADD) |