summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-09-10 18:55:42 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-09-10 18:55:42 -0500
commit64bc62f77a0783b40583c4f6e7a4e1a935e1695a (patch)
treeb0f263dcc57608681dd231a32f6aeafc3eca2ef8 /configure.in
parent1bd288436935a0f5392208c21037a5258c21a23e (diff)
on MacOSX we use the system header by default for Mesa
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 4fb2156a0c91..53882a00e7fa 100755
--- a/configure.in
+++ b/configure.in
@@ -6914,6 +6914,7 @@ ENABLE_OPENGL=
if test "$_os" = "Darwin" ; then
# We use frameworks on Mac OS X, no need for detail checks
ENABLE_OPENGL=TRUE
+ SYSTEM_MESA_HEADERS=YES
AC_MSG_RESULT([yes])
else
if test "x$enable_opengl" != "xno" ; then