summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2013-08-20 14:18:58 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2013-08-20 14:18:58 +0100
commitb5acc1061aad3c73a32b5ecc20fcb71067c938b8 (patch)
tree8d60e9e313be88c30cc747db0bb03d1bb1ce989c /configure.ac
parent2a37b1d78e8afedcd796dbb0b91d1bee6822d133 (diff)
build: Fix the overlay build summary at the end of configure
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 029887b22..b7034acd7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -213,7 +213,7 @@ echo " • Tools:"
echo " Assembler : ${enable_assembler}"
echo " Debugger : ${enable_debugger}"
echo " Python dumper : ${DUMPER}"
-echo " Overlay : ${enable_overlay}"
+echo " Overlay : X: ${enable_overlay_xlib}, Xv: ${enable_overlay_xvlib}"
echo ""
# vim: set ft=config ts=8 sw=8 tw=0 noet :