Use Cocoa header for Cocoa test instead of Foundation.
authorWilliam Hua <william@attente.ca>
Wed, 18 Apr 2012 03:49:47 +0000 (23:49 -0400)
committerWilliam Hua <william@attente.ca>
Wed, 18 Apr 2012 03:49:47 +0000 (23:49 -0400)
configure.ac

index e9b389b..839b8a4 100644 (file)
@@ -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 <Foundation/Foundation.h>
+#include <Cocoa/Cocoa.h>
 ], glib_have_cocoa=yes)
 
 AC_MSG_RESULT([$glib_have_cocoa])