1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
Files
archived-php-src/ext/exif/config.w32
T
2003-12-22 13:16:43 +00:00

11 lines
201 B
JavaScript

// $Id$
// vim:ft=javascript
ARG_WITH("exif", "exif", "no");
if (PHP_EXIF == "yes") {
EXTENSION("exif", "exif.c");
AC_DEFINE('HAVE_EXIF', 1, 'Have exif');
ADD_EXTENSION_DEP('exif', 'mbstring');
}