diff options
| author | Andi Gutmans <andi@php.net> | 2000-06-10 08:48:01 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2000-06-10 08:48:01 +0000 |
| commit | a9d4cf90237f9ac0d859f2c8f5203cfa4b7c807e (patch) | |
| tree | 3c91787ff07705c7f8297cfecc1d09f80b83ce02 /ext/exif/exif.c | |
| parent | 0eeee6b7c83319775c96734f940b05a397fb7914 (diff) | |
| download | php-git-a9d4cf90237f9ac0d859f2c8f5203cfa4b7c807e.tar.gz | |
- Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows
- need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
Diffstat (limited to 'ext/exif/exif.c')
| -rw-r--r-- | ext/exif/exif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 5c52c194e6..d11cd38597 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -38,7 +38,7 @@ */ #include "php.h" -#if PHP_EXIF +#if HAVE_EXIF #include "php_exif.h" #include <math.h> |
