diff configure.in @ 1813:a7cda692b681

sdl-config doesn't include the OpenGL library in --libs
author Sam Lantinga <slouken@libsdl.org>
date Thu, 11 May 2006 04:16:39 +0000
parents 3e5029051a6d
children 133d55b02d51
line wrap: on
line diff
--- a/configure.in	Thu May 11 03:45:55 2006 +0000
+++ b/configure.in	Thu May 11 04:16:39 2006 +0000
@@ -2575,9 +2575,6 @@
     if test x$enable_video = xyes -a x$enable_video_carbon = xyes; then
       SDL_LIBS="$SDL_LIBS -Wl,-framework,Carbon"
     fi
-    if test x$enable_video = xyes -a x$enable_video_opengl = xyes; then
-      SDL_LIBS="$SDL_LIBS -Wl,-framework,OpenGL"
-    fi
     # Evil hack to allow static linking on Mac OS X
     SDL_STATIC_LIBS="\${exec_prefix}/lib/libSDLmain.a \${exec_prefix}/lib/libSDL.a $EXTRA_LDFLAGS"
     ;;