1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2013-05-05 06:54:32 +00:00
parent 38ea534c34
commit 13bd7afc6e

View file

@ -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 <crt_externs.h>