mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
configure.ac: Skip C++ compiler of Sun OpenStudio
It fails to compile ext/-test-/cxxanyargs/cxxanyargs.cpp. Need work to support it. Contribution is welcome.
This commit is contained in:
parent
8ab4c55e7a
commit
cdd613b299
@ -219,6 +219,11 @@ AS_CASE(["$build_os:${CXX}"],
|
||||
AC_MSG_RESULT([$CXX])],
|
||||
[openbsd*:*], [
|
||||
AC_CHECK_TOOLS(CXX, [c++])
|
||||
],
|
||||
[solaris*:*], [
|
||||
dnl C++ compiler of Sun OpenStudio is not supported
|
||||
AS_CASE(["/$CC "],
|
||||
[*@<:@\ /@:>@"cc "*], [CXX=no-c++])
|
||||
])
|
||||
test -z "$CXX" || ac_cv_prog_CXX="$CXX"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user