Browse Source

Include exif in the new win32 build system

PEAR_1_4DEV
Frank M. Kromann 23 years ago
parent
commit
075ee21165
  1. 9
      ext/exif/config.w32

9
ext/exif/config.w32

@ -0,0 +1,9 @@
// $Id$
// vim:ft=javascript
ARG_WITH("exif", "exif", "no");
if (PHP_EXIF == "yes") {
EXTENSION("exif", "exif.c");
AC_DEFINE('HAVE_EXIF', 1, 'Have exif');
}
Loading…
Cancel
Save