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:
parent
38ea534c34
commit
13bd7afc6e
1 changed files with 2 additions and 2 deletions
|
@ -899,8 +899,8 @@ main()
|
||||||
AC_CHECK_PROGS(codesign, codesign)
|
AC_CHECK_PROGS(codesign, codesign)
|
||||||
if test -n "$codesign"; then
|
if test -n "$codesign"; then
|
||||||
POSTLINK="test -z '\$(RUBY_CODESIGN)' || $codesign -s '\$(RUBY_CODESIGN)' -f \$@"
|
POSTLINK="test -z '\$(RUBY_CODESIGN)' || $codesign -s '\$(RUBY_CODESIGN)' -f \$@"
|
||||||
LINK_SO="$LINK_SO${LINK_SO:+
|
LINK_SO="$LINK_SO
|
||||||
}\$(POSTLINK)"
|
\$(POSTLINK)"
|
||||||
fi
|
fi
|
||||||
AC_CHECK_HEADERS(crt_externs.h, [], [], [
|
AC_CHECK_HEADERS(crt_externs.h, [], [], [
|
||||||
#include <crt_externs.h>
|
#include <crt_externs.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue