diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-03-14 19:49:59 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-03-14 19:49:59 +0000 |
commit | 57e63221ec0fa304a02beed356549cadb28bcf19 (patch) | |
tree | d08594cc05d98e39c819e8cc5eed7de29b52068e /configure.ac | |
parent | 8cc1f005c69786243ac69f6505087071787e6f87 (diff) |
intel-virtual-output: Minor DBG fixes
Improve the summary after failing to detect MIT-SHM, and fix a DBG
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7bf07aef..f68cdf40 100644 --- a/configure.ac +++ b/configure.ac @@ -235,7 +235,9 @@ if test "x$tools" = "xyes"; then AC_CHECK_HEADERS([X11/extensions/XShm.h X11/extensions/shmproto.h X11/extensions/shmstr.h], [], [tools=no], [#include <X11/Xlibint.h> #include <X11/Xproto.h>]) +fi +if test "x$tools" = "xyes"; then tools_msg="$tools_msg intel-virtual-output" fi |