]> granicus.if.org Git - php/commitdiff
- EXIF is about meta data from images, not for digital cameras
authorDerick Rethans <derick@php.net>
Thu, 29 Aug 2002 05:36:42 +0000 (05:36 +0000)
committerDerick Rethans <derick@php.net>
Thu, 29 Aug 2002 05:36:42 +0000 (05:36 +0000)
ext/exif/config.m4

index 17887f649c99498d3852840e379dbf6e94f1a4a8..c95e6834c8dd19d4aaa56b346d216744d731bc53 100644 (file)
@@ -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