You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
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:
@@ -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@:>@;
|
||||
|
||||
Reference in New Issue
Block a user