diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2013-08-20 14:18:58 +0100 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2013-08-20 14:18:58 +0100 |
commit | b5acc1061aad3c73a32b5ecc20fcb71067c938b8 (patch) | |
tree | 8d60e9e313be88c30cc747db0bb03d1bb1ce989c /configure.ac | |
parent | 2a37b1d78e8afedcd796dbb0b91d1bee6822d133 (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.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 029887b22859..b7034acd746c 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 : |