diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9a83702c68..09c53d0b00 100644 --- a/configure.ac +++ b/configure.ac @@ -404,7 +404,7 @@ if test "x$enable_quartz_backend" = xyes; then backend_immodules="$backend_immodules,quartz" GDK_WINDOWING="$GDK_WINDOWING #define GDK_WINDOWING_QUARTZ" - GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -framework Cocoa" + GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -framework Cocoa -framework Carbon" DISABLE_ON_QUARTZ='%' AM_CONDITIONAL(USE_QUARTZ, true) if test "x$quartz_relocation" = xyes; then |