From 6713b96bc2134dda985f06d0b2c7f447296c4a70 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 17 Sep 2012 11:29:25 -0700 Subject: build: Don't check for osmesa.h since it's not used --- configure.ac | 3 --- 1 file changed, 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], -- cgit v1.2.1