diff options
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 760f9794b1..0cd1b27cb0 100644 --- a/configure.in +++ b/configure.in @@ -788,12 +788,12 @@ fi # if test -d TSRM; then - echo '#include "../php_config.h"' > TSRM/tsrm-config.h + echo '#include "../php_config.h"' > TSRM/tsrm_config.h fi cat >Zend/zend_config.h <<FEO #include "../php_config.h" -#ifdef APACHE +#if defined(APACHE) && defined(PHP_API_VERSION) #undef HAVE_DLFCN_H #endif FEO |