From efeadf086b48804f8f3a2cccd0c22fc5fa9617c7 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Tue, 21 Dec 1999 00:02:20 +0000 Subject: [PATCH] Explicitly check for C++ preprocessor, otherwise autoconf forces it onto us at the wrong place (subsequent autoconf checks failed). --- Zend/Zend.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/Zend/Zend.m4 b/Zend/Zend.m4 index d64d5807247..9da6a53e4ce 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) ])