summaryrefslogtreecommitdiff
path: root/ext/exif
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-12-22 13:16:43 +0000
committerWez Furlong <wez@php.net>2003-12-22 13:16:43 +0000
commit3b450ec431f4b9e1a5b9a61f3fa5ff0f51955adc (patch)
tree2c0c6f885b839479f6fe561973e816bee63d17c1 /ext/exif
parent113165bd955843ffff6aa480610c2e3f5eb53372 (diff)
downloadphp-git-3b450ec431f4b9e1a5b9a61f3fa5ff0f51955adc.tar.gz
Add dependencies for these extensions
Diffstat (limited to 'ext/exif')
-rw-r--r--ext/exif/config.w321
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/exif/config.w32 b/ext/exif/config.w32
index f94c05a874..930bbad424 100644
--- a/ext/exif/config.w32
+++ b/ext/exif/config.w32
@@ -6,4 +6,5 @@ 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');
}