ruby-changes:21221
From: ayumin <ko1@a...>
Date: Wed, 14 Sep 2011 15:04:33 +0900 (JST)
Subject: [ruby-changes:21221] ayumin:r33270 (ruby_1_9_3): Fix typo
ayumin 2011-09-14 15:04:23 +0900 (Wed, 14 Sep 2011) New Revision: 33270 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33270 Log: Fix typo Modified files: branches/ruby_1_9_3/configure.in Index: ruby_1_9_3/configure.in =================================================================== --- ruby_1_9_3/configure.in (revision 33269) +++ ruby_1_9_3/configure.in (revision 33270) @@ -93,8 +93,8 @@ AS_HELP_STRING([--without-gcc], [never use gcc]), [ AS_CASE([$withval], - [no], [: ${CC=cc], - [yes], [: ${CC=gcc], + [no], [: ${CC=cc}], + [yes], [: ${CC=gcc}], [CC=$withval])]) dnl If the user switches compilers, we can't believe the cache if test ! -z "$ac_cv_prog_CC" -a ! -z "$CC" -a "$CC" != "$ac_cv_prog_CC" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/