diff options
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index ead24a53f..9f93584c2 100644 --- a/configure.in +++ b/configure.in @@ -842,8 +842,8 @@ case $uname_GUI in ;; Darwin*) - # MacOS X uses Cocoa for graphics. There are still some Carbon leftovers. - LIBS="$LIBS -framework Cocoa -framework Carbon" + # MacOS X uses Cocoa for graphics. + LIBS="$LIBS -framework Cocoa" if test x$have_pthread = xyes; then AC_DEFINE(HAVE_PTHREAD) @@ -853,7 +853,7 @@ case $uname_GUI in if test x$enable_gl != xno; then AC_DEFINE(HAVE_GL) AC_DEFINE(HAVE_GL_GLU_H) - GLLIB="-framework AGL -framework OpenGL" + GLLIB="-framework AGL -framework OpenGL -framework ApplicationServices" else LINKFLTKGL="" GLLIBNAME="" |
