From db306518e4d77dc50c503c0908c4e9ca2e2afb18 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 25 Nov 2004 09:09:26 +0000 Subject: * configure.in: AC_CHECK_SIZEOF(rlim_t) to include stdio.h to fix problem with autoconf 2.52 or earlier. revert AC_PREREQ to 2.50. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 57ab6bf4d9..ac76c4bcf3 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.53) +AC_PREREQ(2.50) AC_DEFUN(RUBY_MINGW32, [case "$host_os" in @@ -410,6 +410,7 @@ AC_CHECK_SIZEOF(rlim_t, 0, [ #ifdef HAVE_UNISTD_H # include #endif + #include ]) dnl Checks for typedefs, structures, and compiler characteristics. -- cgit v1.2.3