diff options
author | Derick Rethans <derick@php.net> | 2002-08-29 05:36:42 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-08-29 05:36:42 +0000 |
commit | 9d31d927129b891820ba81666f525188b0255532 (patch) | |
tree | 6cbb54d62b68f31ede966bb0cfaaba7591aa70d4 /ext | |
parent | 04bbf469577b5643dce3dab68c15a9462f77d80e (diff) | |
download | php-git-9d31d927129b891820ba81666f525188b0255532.tar.gz |
- EXIF is about meta data from images, not for digital cameras
Diffstat (limited to 'ext')
-rw-r--r-- | ext/exif/config.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/exif/config.m4 b/ext/exif/config.m4 index 17887f649c..c95e6834c8 100644 --- a/ext/exif/config.m4 +++ b/ext/exif/config.m4 @@ -2,10 +2,10 @@ dnl dnl $Id$ dnl -PHP_ARG_ENABLE(exif, whether to enable EXIF (digital camera) support, -[ --enable-exif Enable EXIF (digital camera) support]) +PHP_ARG_ENABLE(exif, whether to 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 (digital camera) support]) + AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (metadata from images) support]) PHP_NEW_EXTENSION(exif, exif.c, $ext_shared) fi |