aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-11 14:32:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-11 14:32:15 +0000
commit12f742306ed574062e0ac0e8a19632d0e166e6dd (patch)
treec650222b4cd57a26dcaa1c657e9d9f6b94717a1e /ChangeLog
parent6a256d448dabd77319d3b8096374029cc02d5ce1 (diff)
downloadruby-12f742306ed574062e0ac0e8a19632d0e166e6dd.tar.gz
* configure.in (AC_C_CONST, AC_C_INLINE, AC_C_VOLATILE): check
before used in other checks. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e47238acb7..ccf50dc603 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Thu Nov 11 23:29:37 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Thu Nov 11 23:32:10 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (AC_C_CONST, AC_C_INLINE, AC_C_VOLATILE): check
+ before used in other checks.
* configure.in (RUBY_CHECK_PRINTF_PREFIX): should not break from
RUBY_WERROR_FLAG, so that ac_c_werror_flag gets restored.