diff options
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 3b78f8932..13e37f148 100644 --- a/configure.in +++ b/configure.in @@ -364,6 +364,7 @@ case $uname in # QD is not supported anymore since 1.3 AC_DEFINE(USE_QUARTZ, 1) AC_DEFINE(__APPLE_QUARTZ__) + AC_DEFINE(__APPLE_COCOA__) ;; esac @@ -828,7 +829,7 @@ case $uname_GUI in Darwin*) # MacOS X uses Carbon for graphics... - LIBS="$LIBS -framework Carbon -framework ApplicationServices" + LIBS="$LIBS -framework Carbon -framework Cocoa -framework ApplicationServices" if test x$have_pthread = xyes; then AC_DEFINE(HAVE_PTHREAD) |
