summaryrefslogtreecommitdiff
path: root/ext/fdf/fdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fdf/fdf.c')
-rw-r--r--ext/fdf/fdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fdf/fdf.c b/ext/fdf/fdf.c
index 0a9080d483..7b127f57e8 100644
--- a/ext/fdf/fdf.c
+++ b/ext/fdf/fdf.c
@@ -103,7 +103,7 @@ zend_module_entry fdf_module_entry = {
PHP_MINFO(fdf), STANDARD_MODULE_PROPERTIES
};
-#if defined(COMPILE_DL) || defined(COMPILE_DL_FDF)
+#ifdef COMPILE_DL_FDF
#include "dl/phpdl.h"
ZEND_GET_MODULE(fdf)
#endif