From a147004b83ee48265e266e33da7656a3a09c7edb Mon Sep 17 00:00:00 2001 From: William Hua Date: Tue, 17 Apr 2012 23:49:47 -0400 Subject: [PATCH] Use Cocoa header for Cocoa test instead of Foundation. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e9b389ba1..839b8a462 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])