summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-05 04:37:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-05 04:37:48 +0000
commit38ea534c344d3de7437fc142067072182a6f28d7 (patch)
treec960963a7bbf83e2054a0bd9aa67a977fb4469da /configure.in
parent36de5e4db5f1f9feb0c31085571713acf8a95428 (diff)
configure.in: keep POSTLINK
* configure.in: keep POSTLINK in LINK_SO macro till rbconfig.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index f93150f239..2f88339bba 100644
--- a/configure.in
+++ b/configure.in
@@ -899,8 +899,8 @@ main()
AC_CHECK_PROGS(codesign, codesign)
if test -n "$codesign"; then
POSTLINK="test -z '\$(RUBY_CODESIGN)' || $codesign -s '\$(RUBY_CODESIGN)' -f \$@"
- LINK_SO="$LINK_SO
-$POSTLINK"
+ LINK_SO="$LINK_SO${LINK_SO:+
+}\$(POSTLINK)"
fi
AC_CHECK_HEADERS(crt_externs.h, [], [], [
#include <crt_externs.h>