configure.ac: drop obsolete variable HAVE_COMMON_DRI
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 11 Oct 2013 23:19:55 +0000 (00:19 +0100)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Tue, 15 Oct 2013 19:54:20 +0000 (21:54 +0200)
commitb1e7cd037e42255a249391547ce24cf4a3faba25
treeb6d7db2e39d852b912f85858800ceec2c21abcd8
parentcd3fa176a8dbae3e14c9426e7fbe13baa6e84256
configure.ac: drop obsolete variable HAVE_COMMON_DRI

The original intent of the variable was to prevent adding
libdrm dependency for non drm drivers (swrast). This is
already handled with __NOT_HAVE_DRM_H, and with the recent
merge of the dri_util and drisw_util code this variable has
started causing build issues.

Eg. the following will fail
$ ./autogen.sh --with-dri-drivers=swrast --with-gallium-drivers=
$ make

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
configure.ac
src/mesa/drivers/dri/Makefile.am