From 874bca74f55f686ded8f0b3d2df08196911f26f0 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 3 Jan 2011 16:50:34 +0000 Subject: Mac OS X: removed all uses of Carbon (except for older OS versions) and re-organized text input around the NSTextInput protocol. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8173 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.in') 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="" -- cgit v1.2.3