summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-23 17:37:51 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-23 17:37:51 +0000
commit7f04ef7480ec1442e017260cae209b2f47f4eef1 (patch)
tree86b8aed05bafca48afc80bf4304ab5fcdb33fa14 /configure.in
parent8ca4ee0173da9e225a46dd8e55cc0d77464e7391 (diff)
downloadruby-7f04ef7480ec1442e017260cae209b2f47f4eef1.tar.gz
ruby-7f04ef7480ec1442e017260cae209b2f47f4eef1.tar.xz
ruby-7f04ef7480ec1442e017260cae209b2f47f4eef1.zip
* io.c (io_read): [ruby-dev:24952]
* configure.in, io.c: cancel [ ruby-Patches-1074 ]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index cff1e174e..30444e676 100644
--- a/configure.in
+++ b/configure.in
@@ -588,9 +588,6 @@ else
AC_DEFINE(RSHIFT(x,y), (((x)<0) ? ~((~(x))>>y) : (x)>>y))
fi
-AC_CHECK_HEADERS(stdio_ext.h)
-AC_CHECK_FUNCS(__fpending)
-
AC_MSG_CHECKING(read count field in FILE structures)
AC_CACHE_VAL(rb_cv_fcnt,
[for fcnt in dnl