From 7402c35c49b629884386fc35e0e26b2a8e2c2b2e Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 14 Oct 2017 01:59:47 +0000 Subject: [PATCH] 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 --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index e6cd95cc9d..1a1a994d77 100644 --- a/configure.ac +++ b/configure.ac @@ -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