summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-16 21:45:51 +0000
committersorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-16 21:45:51 +0000
commitfd6b01c49db6025b471e2f1894ae6c75a6282c8b (patch)
treee979b85cfe7fc40e1a3314eb768e3e3d40ce17cf /ChangeLog
parent7cbdb708e9d4281fa95c40d6fdfccd0724d4657d (diff)
Explain fix in r43697
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 217c95f084..ed7b8067e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
Sun Nov 17 06:33:32 2013 Shota Fukumori <her@sorah.jp>
- * configure.in: Use $LIBS for base of $SOLIBS, also in darwin
+ * configure.in: Use $LIBS for base of $SOLIBS, also in darwin.
+ By this fix, environment that libgmp is located in $LIBS can build
+ ruby.
Sun Nov 17 01:56:32 2013 Tanaka Akira <akr@fsij.org>