summaryrefslogtreecommitdiff
path: root/ext/posix/posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/posix/posix.c')
-rw-r--r--ext/posix/posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix/posix.c b/ext/posix/posix.c
index f83725c86d..bf39ac94fa 100644
--- a/ext/posix/posix.c
+++ b/ext/posix/posix.c
@@ -129,7 +129,7 @@ zend_module_entry posix_module_entry = {
STANDARD_MODULE_PROPERTIES
};
-#if defined(COMPILE_DL) || defined(COMPILE_DL_POSIX)
+#ifdef COMPILE_DL_POSIX
ZEND_GET_MODULE(posix)
#endif