summaryrefslogtreecommitdiff
path: root/Zend/Zend.m4
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-12-21 00:02:20 +0000
committerSascha Schumann <sas@php.net>1999-12-21 00:02:20 +0000
commitefeadf086b48804f8f3a2cccd0c22fc5fa9617c7 (patch)
tree0b45e81433c77dda58f07de481bf99bf8bf23755 /Zend/Zend.m4
parented0a307ccd239eaf9d633c52765c848c404a515a (diff)
downloadphp-git-efeadf086b48804f8f3a2cccd0c22fc5fa9617c7.tar.gz
Explicitly check for C++ preprocessor, otherwise autoconf forces it onto
us at the wrong place (subsequent autoconf checks failed).
Diffstat (limited to 'Zend/Zend.m4')
-rw-r--r--Zend/Zend.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/Zend.m4 b/Zend/Zend.m4
index d64d580724..9da6a53e4c 100644
--- a/Zend/Zend.m4
+++ b/Zend/Zend.m4
@@ -183,6 +183,7 @@ dnl extra check to avoid C++ preprocessor testing if in non-ZTS mode
if test "$ZEND_EXPERIMENTAL_ZTS" = "yes"; then
AC_PROG_CXX
+AC_PROG_CXXCPP
AC_LANG_CPLUSPLUS
AC_CHECK_HEADER(stdiostream.h, [ AC_DEFINE(HAVE_STDIOSTREAM_H, [], Whether you have stdiostream.h) ])