Changeset 19998
- Timestamp:
- 04/22/07 16:14:00 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.2/modules/vrjuggler/configure.ac
r19902 r19998 448 448 449 449 if test "x$VRJ_USE_X11" != "xyes" ; then 450 osx_core_frameworks="-framework Cocoa"450 osx_core_frameworks="-framework AppKit -framework Cocoa" 451 451 osx_gl_frameworks="$osx_core_frameworks" 452 452 fi … … 483 483 if test "x$PLATFORM" = "xDarwin" ; then 484 484 if test "x$VRJ_USE_X11" = "xyes" ; then 485 APP_EXTRA_LIBS_GL="-lGLU -lGL $osx_ frameworks"485 APP_EXTRA_LIBS_GL="-lGLU -lGL $osx_core_frameworks" 486 486 else 487 APP_EXTRA_LIBS_GL="$OGL_LDFLAGS $osx_ frameworks"487 APP_EXTRA_LIBS_GL="$OGL_LDFLAGS $osx_core_frameworks" 488 488 fi 489 489 else
