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
@ -3589,7 +3589,6 @@ AS_IF([test "$dln_a_out_works" = yes], [
|
|||||||
[hpux*], [
|
[hpux*], [
|
||||||
DLEXT=sl],
|
DLEXT=sl],
|
||||||
[darwin*], [
|
[darwin*], [
|
||||||
RUBY_APPEND_OPTION(XLDFLAGS, [-Wl,-u,_objc_msgSend])
|
|
||||||
DLEXT=bundle],
|
DLEXT=bundle],
|
||||||
[cygwin*|mingw*|*djgpp*], [
|
[cygwin*|mingw*|*djgpp*], [
|
||||||
LOAD_RELATIVE=1
|
LOAD_RELATIVE=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user