From 075ee21165c2c9a32684e18fa96cf6f04120b1cf Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Fri, 5 Dec 2003 07:17:11 +0000 Subject: [PATCH] Include exif in the new win32 build system --- ext/exif/config.w32 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ext/exif/config.w32 diff --git a/ext/exif/config.w32 b/ext/exif/config.w32 new file mode 100644 index 00000000000..f94c05a874f --- /dev/null +++ b/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'); +}