summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-01-18 23:18:14 -0800
committerMatt Turner <mattst88@gmail.com>2013-01-20 20:06:46 -0800
commita076c272e29bdb6dd32f7f7cabbc735d619f89b4 (patch)
treed95359ec1605fe9a618c5a0f83266027747d60f7 /configure.ac
parent3f276b37b170656927ae4576bc98fd84adc29762 (diff)
build: Remove dead SHARED_GLAPI variable
The static Makefiles used it. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 29f21508626..e7c234016db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -725,16 +725,12 @@ if test "x$enable_dri" = xno; then
enable_shared_glapi=no
fi
-# TODO: Get rid of SHARED_GLAPI variable
-SHARED_GLAPI="0"
if test "x$enable_shared_glapi" = xyes; then
- SHARED_GLAPI="1"
# libGL will use libglapi for function lookups (IN_DRI_DRIVER means to use
# the remap table)
DEFINES="$DEFINES -DIN_DRI_DRIVER"
CORE_DIRS="mapi/shared-glapi"
fi
-AC_SUBST([SHARED_GLAPI])
AM_CONDITIONAL(HAVE_SHARED_GLAPI, test "x$enable_shared_glapi" = xyes)
dnl