]> granicus.if.org Git - php/commitdiff
Include exif in the new win32 build system
authorFrank M. Kromann <fmk@php.net>
Fri, 5 Dec 2003 07:17:11 +0000 (07:17 +0000)
committerFrank M. Kromann <fmk@php.net>
Fri, 5 Dec 2003 07:17:11 +0000 (07:17 +0000)
ext/exif/config.w32 [new file with mode: 0644]

diff --git a/ext/exif/config.w32 b/ext/exif/config.w32
new file mode 100644 (file)
index 0000000..f94c05a
--- /dev/null
@@ -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');
+}