1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* configure.in: set ac_cv_prog_cxx if CXX is supplied.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mrkn 2013-03-18 17:15:43 +00:00
parent 5ef1525b5e
commit 357b8c06c3
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Tue Mar 19 02:13:00 2013 Kenta Murata <mrkn@mrkn.jp>
* configure.in: set ac_cv_prog_cxx if CXX is supplied.
Tue Mar 19 01:18:00 2013 Kenta Murata <mrkn@mrkn.jp>
* configure.in: Fix c++ compiler auto-selection not only for

View file

@ -216,6 +216,7 @@ AS_CASE(["$build_os"],
[xclang|x/usr/bin/clang], [: ${CXX=clang++}])
])
test -z "$CC" || ac_cv_prog_CC="$CC"
test -z "$CXX" || ac_cv_prog_CXX="$CXX"
if test "$program_prefix" = NONE; then
program_prefix=