summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-11 11:00:56 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-11 11:00:56 +0000
commitc1443406e2bb8c2aee76f05585a45f4c2472b04d (patch)
treed3be68ea7244927a5d8fb3b5f58c582aa8d099db /configure.in
parentf6af597716602b193fb6071df59950a42632e096 (diff)
downloadruby-c1443406e2bb8c2aee76f05585a45f4c2472b04d.tar.gz
ruby-c1443406e2bb8c2aee76f05585a45f4c2472b04d.tar.xz
ruby-c1443406e2bb8c2aee76f05585a45f4c2472b04d.zip
merges r20147 from trunk into trunk.
* configure.in: detect stdio buffer pointers for uClibc. a patch from Brian Candler <B.Candler at pobox.com> in [ruby-core:12020]. [ruby-core:19713] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index c6d43c139..779d6adb2 100644
--- a/configure.in
+++ b/configure.in
@@ -1038,6 +1038,7 @@ AC_CACHE_VAL(rb_cv_frptr,
__ptr dnl
bufpos dnl
_p dnl
+ __bufpos dnl
; do
AC_TRY_COMPILE([#include <stdio.h>
],
@@ -1057,6 +1058,7 @@ else
[for frend in dnl
_IO_read_end dnl
bufread dnl
+ __bufread dnl
; do
AC_TRY_COMPILE([#include <stdio.h>
],