aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-18 03:41:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-18 03:41:56 +0000
commite7ad24266336b8d8e17a244c51b3e3dbba45ef5c (patch)
tree70b9fa4fac71cbf7aafeb798b4ab75454bd982d1 /ChangeLog
parent364237623b683d15e94b228ceea3ce2fbaf7dceb (diff)
downloadruby-e7ad24266336b8d8e17a244c51b3e3dbba45ef5c.tar.gz
configure.in: clock_gettime
* configure.in (clock_gettime): need to check with -lrt prior to check for the function only. otherwise -lrt is not linked and the link fails, when ac_cv_func_clock_gettime is cached as yes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a96aba62d..e878143ab6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sun Aug 18 12:41:50 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (clock_gettime): need to check with -lrt prior to check
+ for the function only. otherwise -lrt is not linked and the link
+ fails, when ac_cv_func_clock_gettime is cached as yes.
+
Sun Aug 18 10:05:12 2013 Tanaka Akira <akr@fsij.org>
* bignum.c (rb_big2str1): Make an expression more explicit.