dri3: Fix typo in version check
authorDaniel Stone <daniels@collabora.com>
Tue, 20 Mar 2018 16:05:13 +0000 (16:05 +0000)
committerDaniel Stone <daniels@collabora.com>
Tue, 20 Mar 2018 16:38:08 +0000 (16:38 +0000)
commit9f3509665d880457487dff82a96132d2eb27a0b4
tree8c0f26340bad49484272d9f7266b0cf42e3379ce
parentbc5e59119ef6e7fdb5b54ce0a690a1ad43e6401c
dri3: Fix typo in version check

The have-new-DRI3 codepaths would never actually properly trigger, since
there was a typo in configure.ac which broke the version check. This
went unnoticed but for an error in config.log if you looked closely
enough.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Reported-by: Lukas F. Hartmann <lukas@mntmn.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Fixes: 7aeef2d4efdc ("dri3: allow building against older xcb (v3)")
Cc: Dave Airlie <airlied@redhat.com>
configure.ac