summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-03-18 16:11:42 +0000
committerAndi Gutmans <andi@php.net>2000-03-18 16:11:42 +0000
commit8b8077709efc0d569e7c876b331636ef499c5ccb (patch)
tree478f2a75bfe751cb701348ee98d2a4923a8116b1
parent512ff32f87e51d08d335a6017c5e33948a53be3e (diff)
downloadphp-git-8b8077709efc0d569e7c876b331636ef499c5ccb.tar.gz
- Fix compile problem on FreeBSD
-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