diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.in | 1 | ||||
| -rw-r--r-- | version.h | 2 |
3 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Sat Dec 5 13:19:29 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * configure.in: default ac_cv_prog_CC to CC. + Mon Feb 1 17:11:12 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp> * string (rb_string_value): warning for implicit conversion diff --git a/configure.in b/configure.in index f5b1858a87..671001a8e5 100644 --- a/configure.in +++ b/configure.in @@ -99,6 +99,7 @@ then AC_MSG_ERROR(cached CC is different -- throw away $cache_file (it is also a good idea to do 'make clean' before compiling)) fi +test -z "$CC" || ac_cv_prog_CC="$CC" if test "$program_prefix" = NONE; then program_prefix= @@ -1,5 +1,5 @@ #define RUBY_VERSION "1.9.1" -#define RUBY_PATCHLEVEL 420 +#define RUBY_PATCHLEVEL 421 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 9 #define RUBY_VERSION_TEENY 1 |
