aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2010-11-28 18:57:36 +0000
committerMax Horn2010-11-28 18:57:36 +0000
commitce119b95401955d0ad00eaf0e9169237dfba1016 (patch)
tree04333ea1689242b77cbb64730fbb7164750d2e1f /configure
parent364382cf9fcc013d7acb6c8252bf62e805ccd01c (diff)
downloadscummvm-rg350-ce119b95401955d0ad00eaf0e9169237dfba1016.tar.gz
scummvm-rg350-ce119b95401955d0ad00eaf0e9169237dfba1016.tar.bz2
scummvm-rg350-ce119b95401955d0ad00eaf0e9169237dfba1016.zip
OPENGL: Fix OpenGL on Mac OS X
svn-id: r54545
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 38252b703e..ae392943c6 100755
--- a/configure
+++ b/configure
@@ -2670,7 +2670,6 @@ if test "$_opengl" = yes ; then
DEFINES="$DEFINES -DUSE_OPENGL"
case $_host_os in
*darwin*)
- INCLUDES="$INCLUDES -I/System/Library/Frameworks/OpenGL.framework/Headers"
LIBS="$LIBS -framework OpenGL"
;;
*mingw*)