configure: cleanup GLX_USE_TLS handling
authorEmil Velikov <emil.velikov@collabora.com>
Mon, 5 Dec 2016 19:02:29 +0000 (19:02 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 9 Dec 2016 19:22:03 +0000 (19:22 +0000)
commitd0d21532f9efec7d080db72e4bf2980c0d715a23
tree8e9465288e3464ccf9f7ea7c474c9471b1b5c38b
parentb83153e77b08ac82160f6281424878abacd97e31
configure: cleanup GLX_USE_TLS handling

Mesa requires ax_pthread_ok = yes, thus we can fold/rewrite the
conditional to follow the more common "if test" pattern.

No functional change intended.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
configure.ac