[119987] trunk/base/m4/foundation.m4

cal at macports.org cal at macports.org
Mon May 12 10:14:49 PDT 2014


Revision: 119987
          https://trac.macports.org/changeset/119987
Author:   cal at macports.org
Date:     2014-05-12 10:14:49 -0700 (Mon, 12 May 2014)
Log Message:
-----------
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.

Modified Paths:
--------------
    trunk/base/m4/foundation.m4

Modified: trunk/base/m4/foundation.m4
===================================================================
--- trunk/base/m4/foundation.m4	2014-05-12 17:03:56 UTC (rev 119986)
+++ trunk/base/m4/foundation.m4	2014-05-12 17:14:49 UTC (rev 119987)
@@ -208,7 +208,6 @@
 			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@:>@;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140512/d3eeaa84/attachment.html>


More information about the macports-changes mailing list