configure: Remove an unused $gldispatch_use_tls check

In configure.ac, there's a block that should have been moved to later in the
file, but got copied instead. Remove the leftover duplicate.
This commit is contained in:
Kyle Brenneman 2020-08-06 11:49:13 -06:00
parent cad3b5230d
commit 3a03fdaed7

View file

@ -201,10 +201,6 @@ if test "x$enable_glx" = "xyes" ; then
PKG_CHECK_MODULES([GLPROTO], [glproto])
fi
AS_IF([test "x$gldispatch_use_tls" = "xyes"],
[AC_DEFINE([GLDISPATCH_USE_TLS], 1,
[Define to 1 if libGLdispatch should use a TLS variable for the dispatch table.])])
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_TYPEOF