summaryrefslogtreecommitdiff
path: root/ext/standard/mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/mail.c')
-rw-r--r--ext/standard/mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/mail.c b/ext/standard/mail.c
index 196079b668..310710d795 100644
--- a/ext/standard/mail.c
+++ b/ext/standard/mail.c
@@ -34,7 +34,7 @@
#include "win32/sendmail.h"
#endif
-#if defined(COMPILE_DL) || defined(COMPILE_DL_STANDARD)
+#ifdef COMPILE_DL_STANDARD
ZEND_GET_MODULE(odbc)
#endif