diff options
author | Jeroen van Meeuwen (OGD) <j.van.meeuwen@ogd.nl> | 2009-12-31 02:49:43 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (OGD) <j.van.meeuwen@ogd.nl> | 2009-12-31 02:49:43 +0100 |
commit | 51ac26a192fb0f1d4ab437a53bf0ecc92dbd324e (patch) | |
tree | df37339ee2c15a263da6f9cdac2e1c42e8b1126d | |
parent | 73ff3491ee337f0f650500aac3afb913abb7d2a4 (diff) | |
download | ruby_1_9_1_376-epel.tar.gz ruby_1_9_1_376-epel.tar.xz ruby_1_9_1_376-epel.zip |
Remove autofoo not available on EL-5ruby-1.9.1-376-11.el5ruby_1_9_1_376-epel
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index f5b1858a8..487c8e4d1 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.60) +AC_PREREQ(2.59) AC_ARG_WITH(baseruby, [ --with-baseruby=RUBY use RUBY as baseruby; RUBY is the pathname of ruby], @@ -260,7 +260,7 @@ AC_PROG_MAKE_SET AC_PROG_INSTALL # checks for UNIX variants that set C preprocessor variables -AC_USE_SYSTEM_EXTENSIONS +#AC_USE_SYSTEM_EXTENSIONS AC_SUBST(RM, ['rm -f']) AC_SUBST(CP, ['cp']) |