mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.ac: no _objc_msgSend trick
* configure.ac (XLDFLAGS): _objc_msgSend is no longer needed to link CoreFoundation, that framework is always used for CFString functions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
41910c0d0e
commit
7402c35c49
1 changed files with 0 additions and 1 deletions
|
@ -3589,7 +3589,6 @@ AS_IF([test "$dln_a_out_works" = yes], [
|
|||
[hpux*], [
|
||||
DLEXT=sl],
|
||||
[darwin*], [
|
||||
RUBY_APPEND_OPTION(XLDFLAGS, [-Wl,-u,_objc_msgSend])
|
||||
DLEXT=bundle],
|
||||
[cygwin*|mingw*|*djgpp*], [
|
||||
LOAD_RELATIVE=1
|
||||
|
|
Loading…
Reference in a new issue