1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 22:52:40 +02:00

check for c++ only, if thread safety is enabled

This commit is contained in:
Sascha Schumann
1999-09-12 14:14:34 +00:00
parent 96559e91fe
commit c656292b96

View File

@@ -24,7 +24,9 @@ else
AC_MSG_RESULT($1.$2 (ok))
fi
AC_PROG_CC
if test "$enable_thread_safety" = "yes" ; then
AC_PROG_CXX
fi
AC_PROG_RANLIB
AC_PROG_CC_C_O
AM_PROG_LEX