configure.ac: Remove redundant libglvnd stanza
authorBoyan Ding <boyan.j.ding@gmail.com>
Wed, 25 Jan 2017 06:49:26 +0000 (14:49 +0800)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 7 Feb 2017 14:17:53 +0000 (14:17 +0000)
commit97495c428d59f07135055b4535b7be8caa33a6db
tree797ee10edd83c226c5d7b59c10ab8dc3b11dba0a
parentbef4d7404734542ab5c6a8a5fbb8b91e15ba6965
configure.ac: Remove redundant libglvnd stanza

There were two "libglvnd configuration" section in the squashed commit
that added libglvnd support, while only one in the original libglvnd
branch. A following commit moves one of them downwards. Now remove the
upper "older" one and move GL_LIB name decision downwards after the new
libglvnd configuration section.

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Signed-off-by: Boyan Ding <boyan.j.ding@gmail.com>
configure.ac