From: Marcus Boerger Date: Fri, 25 Feb 2005 01:17:45 +0000 (+0000) Subject: - Change to enable (synch with unix build system) X-Git-Tag: RELEASE_0_3~196 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b1af1c1ed89285c556fb7ab5c958d9e33b8be60;p=php - Change to enable (synch with unix build system) --- diff --git a/ext/exif/config.w32 b/ext/exif/config.w32 index 930bbad424..3ac0108f2d 100644 --- a/ext/exif/config.w32 +++ b/ext/exif/config.w32 @@ -1,7 +1,7 @@ // $Id$ // vim:ft=javascript -ARG_WITH("exif", "exif", "no"); +ARG_ENABLE("exif", "exif", "no"); if (PHP_EXIF == "yes") { EXTENSION("exif", "exif.c");