ruby-changes:6342
From: akr <ko1@a...>
Date: Thu, 3 Jul 2008 22:16:57 +0900 (JST)
Subject: [ruby-changes:6342] Ruby:r17858 (ruby_1_8, trunk): describe glibc version bit more accurate.
akr 2008-07-03 22:16:43 +0900 (Thu, 03 Jul 2008)
New Revision: 17858
Modified files:
branches/ruby_1_8/configure.in
trunk/configure.in
Log:
describe glibc version bit more accurate.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=17858
Index: configure.in
===================================================================
--- configure.in (revision 17857)
+++ configure.in (revision 17858)
@@ -704,7 +704,7 @@
# http://sources.redhat.com/ml/libc-hacker/2005-08/msg00008.html
# Debian GNU/Linux Etch's libc6.1 2.3.6.ds1-13etch5 has this problem.
# Debian GNU/Linux Lenny's libc6.1 2.7-10 has no problem.
-AC_CACHE_CHECK(for broken erfc of glibc-2.3 on IA64, rb_broken_glibc_ia64_erfc,
+AC_CACHE_CHECK(for broken erfc of glibc-2.3.6 on IA64, rb_broken_glibc_ia64_erfc,
[AC_TRY_RUN([
#include <math.h>
int
Index: ruby_1_8/configure.in
===================================================================
--- ruby_1_8/configure.in (revision 17857)
+++ ruby_1_8/configure.in (revision 17858)
@@ -603,7 +603,7 @@
# http://sources.redhat.com/ml/libc-hacker/2005-08/msg00008.html
# Debian GNU/Linux Etch's libc6.1 2.3.6.ds1-13etch5 has this problem.
# Debian GNU/Linux Lenny's libc6.1 2.7-10 has no problem.
-AC_CACHE_CHECK(for broken erfc of glibc-2.3 on IA64, rb_broken_glibc_ia64_erfc,
+AC_CACHE_CHECK(for broken erfc of glibc-2.3.6 on IA64, rb_broken_glibc_ia64_erfc,
[AC_TRY_RUN([
#include <math.h>
int
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/