mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Use Cocoa header for Cocoa test instead of Foundation.
This commit is contained in:
parent
7f5f47ae15
commit
a147004b83
@ -178,7 +178,7 @@ AC_MSG_RESULT([$glib_have_carbon])
|
|||||||
glib_have_cocoa=no
|
glib_have_cocoa=no
|
||||||
AC_MSG_CHECKING([for Mac OS X Cocoa support])
|
AC_MSG_CHECKING([for Mac OS X Cocoa support])
|
||||||
AC_TRY_CPP([
|
AC_TRY_CPP([
|
||||||
#include <Foundation/Foundation.h>
|
#include <Cocoa/Cocoa.h>
|
||||||
], glib_have_cocoa=yes)
|
], glib_have_cocoa=yes)
|
||||||
|
|
||||||
AC_MSG_RESULT([$glib_have_cocoa])
|
AC_MSG_RESULT([$glib_have_cocoa])
|
||||||
|
Loading…
Reference in New Issue
Block a user