base: Remove objc/objc-api.h from GNU Obj-C runtime configure check, since that causes configure to fail on Linux with GCC >= 4.7

See http://gcc.gnu.org/onlinedocs/gcc/Traditional-GNU-Objective-C-runtime-API.html.

git-svn-id: https://svn.macports.org/repository/macports/trunk/base@119987 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Clemens Lang
2014-05-12 17:14:49 +00:00
parent 9abcd62d2c
commit 4b53a5b21c
-1
View File
@@ -208,7 +208,6 @@ AC_DEFUN([MP_OBJC_RUNTIME],[
AC_LINK_IFELSE([
AC_LANG_PROGRAM([
#include <objc/objc.h>
#include <objc/objc-api.h>
], [
id class = objc_lookup_class("Object");
id obj = @<:@class alloc@:>@;