1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 14:12:38 +02:00

Explicitly check for C++ preprocessor, otherwise autoconf forces it onto

us at the wrong place (subsequent autoconf checks failed).
This commit is contained in:
Sascha Schumann
1999-12-21 00:02:20 +00:00
parent ed0a307ccd
commit efeadf086b

View File

@@ -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) ])