summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-09-17 11:29:25 -0700
committerMatt Turner <mattst88@gmail.com>2012-09-17 11:29:25 -0700
commit6713b96bc2134dda985f06d0b2c7f447296c4a70 (patch)
tree4b8c890d460ada62c24cab25d1344bb6e4cce0f4
parent7545544bd6bfa765e81fd4a6abbc17b9af788fcb (diff)
build: Don't check for osmesa.h since it's not used
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 098960c..106bd6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,9 +64,6 @@ dnl Get the pkg-config definitions for libGL/OSMesa. We include a fallback
dnl path for implementations that don't provide a .pc file
if test "x$OSMESA" = "xyes"; then
PKG_CHECK_MODULES(OSMESA, [osmesa], [], [
- AC_CHECK_HEADER([GL/osmesa.h],
- [],
- AC_MSG_ERROR([OSMesa not found]))
AC_CHECK_LIB([OSMesa],
[glBegin],
[OSMESA_LIBS=-lOSMesa],