configure: set HAVE_COMMON_DRI when building only swrast
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 3 Oct 2013 22:23:20 +0000 (23:23 +0100)
committerVinson Lee <vlee@freedesktop.org>
Thu, 3 Oct 2013 23:52:38 +0000 (16:52 -0700)
commit757ec72b23bac52052c2fb98105b52699e265a24
tree68eaa6f5969b2a4b5424a5dbdcb97cd2015db732
parent99a471c67bd0de1aad69b0219c056a7345ea0a33
configure: set HAVE_COMMON_DRI when building only swrast

With commit cb1febb07, I have incorrectly removed HAVE_COMMON_DRI
assuming that swrast does not need to build the translations for
driconf options, as effectively swrast/drisw does not use them.

With the incoming unification work of dri and drisw, it makes
sense just to revert the offending hunk.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=70057
Reported-by: Vinson Lee <vlee@freedesktop.org>
Tested-by: Vinson Lee <vlee@freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
configure.ac