mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
36de5e4db5
commit
38ea534c34
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