From 2d51ac84fd4c6d0fcf4d5112af2eb2c12e186b63 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 12 Jun 2012 12:51:32 -0700 Subject: mesa: Move GL header installation to automake. This cuts some cruft related to osmesa where we were being careful to not install headers twice. --- configure.ac | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b2f561d6bf4..879a50702b4 100644 --- a/configure.ac +++ b/configure.ac @@ -879,12 +879,7 @@ if test "x$enable_dri" = xyes; then fi if test "x$enable_osmesa" = xyes; then - # the empty space matters for osmesa... (see src/mesa/Makefile) - if test -n "$DRIVER_DIRS"; then - DRIVER_DIRS="$DRIVER_DIRS osmesa" - else - DRIVER_DIRS="osmesa" - fi + DRIVER_DIRS="$DRIVER_DIRS osmesa" fi AC_SUBST([SRC_DIRS]) -- cgit v1.2.3