* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@20147 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c82769f227
commit
0042ccef2c
@ -1,3 +1,9 @@
|
|||||||
|
Sat Nov 8 07:07:48 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
|
* 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]
|
||||||
|
|
||||||
Sat Nov 8 06:51:42 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
Sat Nov 8 06:51:42 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
* ext/dbm/dbm.c (fdbm_index): make #index warn like Hash.
|
* ext/dbm/dbm.c (fdbm_index): make #index warn like Hash.
|
||||||
|
@ -1038,6 +1038,7 @@ AC_CACHE_VAL(rb_cv_frptr,
|
|||||||
__ptr dnl
|
__ptr dnl
|
||||||
bufpos dnl
|
bufpos dnl
|
||||||
_p dnl
|
_p dnl
|
||||||
|
__bufpos dnl
|
||||||
; do
|
; do
|
||||||
AC_TRY_COMPILE([#include <stdio.h>
|
AC_TRY_COMPILE([#include <stdio.h>
|
||||||
],
|
],
|
||||||
@ -1057,6 +1058,7 @@ else
|
|||||||
[for frend in dnl
|
[for frend in dnl
|
||||||
_IO_read_end dnl
|
_IO_read_end dnl
|
||||||
bufread dnl
|
bufread dnl
|
||||||
|
__bufread dnl
|
||||||
; do
|
; do
|
||||||
AC_TRY_COMPILE([#include <stdio.h>
|
AC_TRY_COMPILE([#include <stdio.h>
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user