* 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:
parent
5ef1525b5e
commit
357b8c06c3
@ -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
|
||||
|
@ -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=
|
||||
|
Loading…
x
Reference in New Issue
Block a user