summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-08-20 14:04:40 -0700
committerMatt Turner <mattst88@gmail.com>2012-08-24 11:08:19 -0700
commitd23b1b79777828848656e350a19ec3031205e9fc (patch)
tree226bfef6f68bdac4e0b2134a3270e50390297f40 /configure.ac
parent0abb26ebff45bcbb82c094591079b6b70c4720bd (diff)
downloadexternal_mesa3d-d23b1b79777828848656e350a19ec3031205e9fc.zip
external_mesa3d-d23b1b79777828848656e350a19ec3031205e9fc.tar.gz
external_mesa3d-d23b1b79777828848656e350a19ec3031205e9fc.tar.bz2
build: Remove GLU_DIRS
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e9d4e79..12ce861 100644
--- a/configure.ac
+++ b/configure.ac
@@ -728,7 +728,6 @@ dnl
dnl Driver specific build directories
dnl
SRC_DIRS="gtest"
-GLU_DIRS="sgi"
GALLIUM_DIRS="auxiliary drivers state_trackers"
GALLIUM_TARGET_DIRS=""
GALLIUM_WINSYS_DIRS="sw"
@@ -784,7 +783,6 @@ if test "x$enable_osmesa" = xyes; then
fi
AC_SUBST([SRC_DIRS])
-AC_SUBST([GLU_DIRS])
AC_SUBST([DRIVER_DIRS])
AC_SUBST([GALLIUM_DIRS])
AC_SUBST([GALLIUM_TARGET_DIRS])