summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-22 01:28:30 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-22 01:28:30 +0000
commit5caaef7ad9b384969a037284272645939ec3c9c6 (patch)
treed08f3812c3b9590fba2dfc0f5748fa7350b3e575 /ChangeLog
parent5ccf58eb3254ee78fe7904155467b658cf0b6b0d (diff)
configure.in: fallback DLDFLAGS to LDFLAGS
* configure.in (DLDFLAGS): fallback to LDFLAGS. [ruby-core:72444] [Bug #11863] * configure.in (LIBRUBY_DLDFLAGS): fallback to DLDFLAGS. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b7fae5aae2..b347ff857a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-Sat Oct 22 10:27:01 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sat Oct 22 10:28:28 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (DLDFLAGS): fallback to LDFLAGS.
+ [ruby-core:72444] [Bug #11863]
+
+ * configure.in (LIBRUBY_DLDFLAGS): fallback to DLDFLAGS.
* configure.in (RUBY_APPEND_OPTION, RUBY_PREPEND_OPTION): expand
the option to be appended/prepended when matching, as well as