diff options
author | Stig S. Bakken <stig@php.net> | 1999-09-13 11:29:44 +0000 |
---|---|---|
committer | Stig S. Bakken <stig@php.net> | 1999-09-13 11:29:44 +0000 |
commit | af1e5ad88148fc7aa23879ce2ef69d422a3a8f39 (patch) | |
tree | 27bda607863be795125c1f8d39fe157a1ba07e69 /Zend/acconfig.h | |
parent | f858b6891ce118db804627f5f751c327beb1b85f (diff) | |
download | php-git-af1e5ad88148fc7aa23879ce2ef69d422a3a8f39.tar.gz |
Make sure HAVE_LIBDL gets defined.
Disable more C++ tests when not configured for thread safety.
Diffstat (limited to 'Zend/acconfig.h')
-rw-r--r-- | Zend/acconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/acconfig.h b/Zend/acconfig.h index 01867fd204..76cb26f3f4 100644 --- a/Zend/acconfig.h +++ b/Zend/acconfig.h @@ -37,6 +37,8 @@ /* Define to compile Zend thread safe */ #undef ZTS +#undef HAVE_LIBDL + @BOTTOM@ #ifdef HAVE_STDLIB_H |