mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
Only suppress including dlfcn.h when we are in PHP.
This commit is contained in:
parent
bf7b292db9
commit
c658fc5cbd
1 changed files with 2 additions and 2 deletions
|
@ -788,12 +788,12 @@ fi
|
||||||
#
|
#
|
||||||
|
|
||||||
if test -d TSRM; then
|
if test -d TSRM; then
|
||||||
echo '#include "../php_config.h"' > TSRM/tsrm-config.h
|
echo '#include "../php_config.h"' > TSRM/tsrm_config.h
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cat >Zend/zend_config.h <<FEO
|
cat >Zend/zend_config.h <<FEO
|
||||||
#include "../php_config.h"
|
#include "../php_config.h"
|
||||||
#ifdef APACHE
|
#if defined(APACHE) && defined(PHP_API_VERSION)
|
||||||
#undef HAVE_DLFCN_H
|
#undef HAVE_DLFCN_H
|
||||||
#endif
|
#endif
|
||||||
FEO
|
FEO
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue