summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a91fd690ea..1173193a6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Jul 17 15:19:58 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
+
+ * configure.in: Change AC_PREREQ from 2.58 to 2.60 because
+ AC_CASE macro require 2.60 or later. Thanks, Mitsuru SHIMAMURA.
+ [Bug #3579] [ruby-dev:41856]
+
Wed Jun 23 22:22:42 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* test/optparse/test_summary.rb: fixed superclass so that it run
diff --git a/configure.in b/configure.in
index c21f024021..d7ed21ed03 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT()
-AC_PREREQ(2.58)
+AC_PREREQ(2.60)
AC_DEFUN([RUBY_MINGW32],
[case "$host_os" in