diff options
Diffstat (limited to 'ext/pdf/pdf.c')
-rw-r--r-- | ext/pdf/pdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdf/pdf.c b/ext/pdf/pdf.c index 171ea2a67b..744390aa5a 100644 --- a/ext/pdf/pdf.c +++ b/ext/pdf/pdf.c @@ -168,7 +168,7 @@ zend_module_entry pdf_module_entry = { "pdf", pdf_functions, PHP_MINIT(pdf), PHP_MSHUTDOWN(pdf), NULL, NULL, PHP_MINFO(pdf), STANDARD_MODULE_PROPERTIES }; -#if defined(COMPILE_DL) || defined(COMPILE_DL_PDF) +#ifdef COMPILE_DL_PDF #include "dl/phpdl.h" ZEND_GET_MODULE(pdf) #endif |