Annotation of embedaddon/php/ext/exif/config.m4, revision 1.1.1.1
1.1 misho 1: dnl
2: dnl $Id: config.m4 96181 2002-09-19 20:14:35Z derick $
3: dnl
4:
5: PHP_ARG_ENABLE(exif, whether to enable EXIF (metadata from images) support,
6: [ --enable-exif Enable EXIF (metadata from images) support])
7:
8: if test "$PHP_EXIF" != "no"; then
9: AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (metadata from images) support])
10: PHP_NEW_EXTENSION(exif, exif.c, $ext_shared)
11: fi
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>