From 6ed52f78a05a2b56eb521c50767b7a991df51564 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 19 Jun 2015 17:48:30 +0100 Subject: [PATCH] configure: drop unused variable GBM_BACKEND_DIRS Signed-off-by: Emil Velikov Reviewed-by: Eric Anholt --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 56095baa7e8..ddc757e1629 100644 --- a/configure.ac +++ b/configure.ac @@ -1507,7 +1507,6 @@ if test "x$enable_gbm" = xyes; then fi if test "x$enable_dri" = xyes; then - GBM_BACKEND_DIRS="$GBM_BACKEND_DIRS dri" if test "x$enable_shared_glapi" = xno; then AC_MSG_ERROR([gbm_dri requires --enable-shared-glapi]) fi -- 2.11.0