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 /ext/exif/config.m4 | |
| parent | a694fa9ca74fc05e6bb85b7313bdd51ebc29a6cd (diff) | |
| download | php-git-cf07c698d13ea52d20abce2ee54d7c9a9f8ee382.tar.gz | |
- Align configure --help messages
Diffstat (limited to 'ext/exif/config.m4')
| -rw-r--r-- | ext/exif/config.m4 | 2 |
1 files changed, 1 insertions, 1 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]) |
