summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@collabora.com>2013-11-01 16:34:30 +0000
committerSebastian Dröge <sebastian@centricular.com>2013-11-07 18:55:41 +0100
commita9088517bc4471fdc1c0ca9bca61fbfb26013722 (patch)
tree4afb15ecda0795757892550ab1570327604f3c11 /configure.ac
parentd3d9f7ad8ff456de5287ed78c9504c7db10ee0cb (diff)
configure.ac: remove unused entry in GL_CFLAGS on darwin platform
Fixes a warning reported as error by clang on osx >= 10.8.5.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7336dcc..0dfdaae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -581,7 +581,7 @@ case $host in
fi
GL_LIBS="$LIBS -framework OpenGL -framework Cocoa"
- GL_CFLAGS="$GL_CFLAGS -framework OpenGL"
+ GL_CFLAGS="$GL_CFLAGS"
USE_COCOA=yes
HAVE_WINDOW_COCOA=yes
USE_OPENGL=yes