mirror of
https://github.com/ruby/ruby.git
synced 2025-09-20 11:03:58 +02:00
* configure.in: fix r32835. $withval can't be used outer AC_ARG_WITH().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
458ef71dbf
commit
59c3230ff6
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Aug 31 06:45:32 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* configure.in: fix r32835. $withval can't be used outer AC_ARG_WITH().
|
||||
|
||||
Wed Aug 31 05:29:03 2011 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/win32.c (rb_w32_select_with_thread): and my typo. we all must
|
||||
|
|
|
@ -113,7 +113,7 @@ then
|
|||
fi
|
||||
AS_CASE(["$build_os"],
|
||||
[darwin11.*], [
|
||||
test -z "$withval" && : ${CC=gcc-4.2}
|
||||
: ${CC:=gcc-4.2}
|
||||
AS_CASE(["x$CC"],
|
||||
[xgcc-4.2|x/usr/bin/gcc-4.2], [: ${CXX=g++-4.2}],
|
||||
[xgcc|x/usr/bin/gcc], [: ${CXX=g++}],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue