Skip to content

Commit

Permalink
- Align configure --help messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Rethans committed Sep 19, 2002
1 parent a694fa9 commit cf07c69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ext/exif/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion ext/hwapi/config.m4
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ext/mbstring/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion ext/mime_magic/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cf07c69

Please sign in to comment.