summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-25 01:58:31 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-25 01:58:31 +0000
commitaded3c95d5affe31100cb0549d613641fcbd80a7 (patch)
tree1be95a2f4bce6dc5f0be7f378639937c926f77f8 /configure.in
parent8ef384feb3d8f3fed95793f4b142742de0492133 (diff)
downloadruby-aded3c95d5affe31100cb0549d613641fcbd80a7.tar.gz
ruby-aded3c95d5affe31100cb0549d613641fcbd80a7.tar.xz
ruby-aded3c95d5affe31100cb0549d613641fcbd80a7.zip
* configure.in: AC_PREREQ(2.53) [ruby-core:03800]
* io.c (read_all): [ruby-dev:24955] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 30444e676..57ab6bf4d 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.50)
+AC_PREREQ(2.53)
AC_DEFUN(RUBY_MINGW32,
[case "$host_os" in