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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user