From c5ec15ea3b9374e6d493f8de7dfc170cec058068 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 7 Apr 2012 09:23:38 +0200 Subject: Replace Qemu by QEMU in w32 installation path (prefix) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The official spelling is QEMU. Signed-off-by: Stefan Weil Reviewed-by: Andreas Färber Signed-off-by: Blue Swirl --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 6f850a66c3..671b232506 100755 --- a/configure +++ b/configure @@ -519,7 +519,7 @@ EOF if compile_prog "" "-liberty" ; then LIBS="-liberty $LIBS" fi - prefix="c:/Program Files/Qemu" + prefix="c:/Program Files/QEMU" mandir="\${prefix}" datadir="\${prefix}" docdir="\${prefix}" -- cgit v1.2.1