summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Zend/zend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend.h b/Zend/zend.h
index 2eb6b71428..d0dbd1c35a 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -57,7 +57,7 @@
# include <dlfcn.h>
#endif
-#if defined(HAVE_LIBDL) && defined(RTLD_NOW)
+#if defined(HAVE_LIBDL)
# define DL_LOAD(libname) dlopen(libname, RTLD_NOW)
# define DL_UNLOAD dlclose
# define DL_FETCH_SYMBOL dlsym