autoconf: Error for incompatible version of libdrm
authorDan Nicholson <dbn.lists@gmail.com>
Mon, 5 May 2008 21:38:22 +0000 (14:38 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Mon, 5 May 2008 22:45:20 +0000 (15:45 -0700)
commitcc77e8f1131fc66e8405dc4d3b03582db1f54ca4
tree270dab076bc7a00939fd417b43b8b03502e98bf2
parent297e16cc7acc45b7946e03febd370ecba7835750
autoconf: Error for incompatible version of libdrm

The DRI modules can only be built against libdrm master (currently
version 2.3.1), so this should be enforced to save people from trying to
build against older versions.

Added a section at the top of the script to consolidate all required
versions.
configure.ac