Changeset 19993
- Timestamp:
- 04/22/07 16:02:23 (2 years ago)
- Files:
-
- juggler/trunk/modules/vrjuggler/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/vrjuggler/configure.ac
r19981 r19993 585 585 586 586 if test "x$VRJ_USE_X11" != "xyes" ; then 587 osx_core_frameworks="-framework Cocoa"587 osx_core_frameworks="-framework AppKit -framework Cocoa" 588 588 osx_gl_frameworks="$osx_core_frameworks" 589 589 fi … … 620 620 if test "x$PLATFORM" = "xDarwin" ; then 621 621 if test "x$VRJ_USE_X11" = "xyes" ; then 622 APP_EXTRA_LIBS_GL="-lGLU -lGL $osx_ frameworks"622 APP_EXTRA_LIBS_GL="-lGLU -lGL $osx_core_frameworks" 623 623 else 624 APP_EXTRA_LIBS_GL="$OGL_LDFLAGS $osx_ frameworks"624 APP_EXTRA_LIBS_GL="$OGL_LDFLAGS $osx_core_frameworks" 625 625 fi 626 626 else
