diff options
author | Stefan Weil | 2012-05-11 21:14:47 +0200 |
---|---|---|
committer | Stefan Weil | 2012-05-14 07:27:24 +0200 |
commit | 2ae4748f4cdea2103b380922c48fe2fe79406e94 (patch) | |
tree | cca5ec72a7fe5bb0cbaee4ad0b419558d204ccc5 /configure | |
parent | fix some common typos (diff) | |
download | qemu-2ae4748f4cdea2103b380922c48fe2fe79406e94.tar.gz qemu-2ae4748f4cdea2103b380922c48fe2fe79406e94.tar.xz qemu-2ae4748f4cdea2103b380922c48fe2fe79406e94.zip |
configure: Use QEMU instead of Qemu
This new 'Qemu' was recently added.
Replace it by the official all upper case 'QEMU'.
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1006,7 +1006,7 @@ echo " --datadir=PATH install firmware in PATH$confsuffix" echo " --docdir=PATH install documentation in PATH$confsuffix" echo " --bindir=PATH install binaries in PATH" echo " --sysconfdir=PATH install config in PATH$confsuffix" -echo " --with-confsuffix=SUFFIX suffix for Qemu data inside datadir and sysconfdir [$confsuffix]" +echo " --with-confsuffix=SUFFIX suffix for QEMU data inside datadir and sysconfdir [$confsuffix]" echo " --enable-debug-tcg enable TCG debugging" echo " --disable-debug-tcg disable TCG debugging (default)" echo " --enable-debug enable common debug build options" |