From 13bd7afc6eddcba1df765ac6c63981f6d203fd43 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 5 May 2013 06:54:32 +0000 Subject: configure.in: default LINK_SO * configure.in: should not strip newline at the beginning for the default link command. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 2f88339bba..38bb218b29 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${LINK_SO:+ -}\$(POSTLINK)" + LINK_SO="$LINK_SO +\$(POSTLINK)" fi AC_CHECK_HEADERS(crt_externs.h, [], [], [ #include -- cgit v1.2.3