summaryrefslogtreecommitdiff
path: root/ext/msql/php_msql.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/msql/php_msql.c')
-rw-r--r--ext/msql/php_msql.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/msql/php_msql.c b/ext/msql/php_msql.c
index 1853726568..dab1171a25 100644
--- a/ext/msql/php_msql.c
+++ b/ext/msql/php_msql.c
@@ -19,7 +19,7 @@
/* $Id$ */
#include "php.h"
-#if defined(COMPILE_DL) || defined(COMPILE_DL_MSQL)
+#ifdef COMPILE_DL_MSQL
#include "dl/phpdl.h"
#include "functions/dl.h"
#endif
@@ -107,7 +107,7 @@ zend_module_entry msql_module_entry = {
};
-#if defined(COMPILE_DL) || defined(COMPILE_DL_MSQL)
+#ifdef COMPILE_DL_MSQL
ZEND_GET_MODULE(msql)
#endif