From: William Hua Date: Wed, 18 Apr 2012 03:49:47 +0000 (-0400) Subject: Use Cocoa header for Cocoa test instead of Foundation. X-Git-Tag: 2.33.1~91 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a147004b83ee48265e266e33da7656a3a09c7edb;p=platform%2Fupstream%2Fglib.git Use Cocoa header for Cocoa test instead of Foundation. --- diff --git a/configure.ac b/configure.ac index e9b389b..839b8a4 100644 --- a/configure.ac +++ b/configure.ac @@ -178,7 +178,7 @@ AC_MSG_RESULT([$glib_have_carbon]) glib_have_cocoa=no AC_MSG_CHECKING([for Mac OS X Cocoa support]) AC_TRY_CPP([ -#include +#include ], glib_have_cocoa=yes) AC_MSG_RESULT([$glib_have_cocoa])