qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/7] Add PATH argument to options that need it


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 2/7] Add PATH argument to options that need it
Date: Wed, 20 Jan 2010 18:41:23 +0100

Signed-off-by: Juan Quintela <address@hidden>
---
 configure |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure b/configure
index 08ff6a2..6175b75 100755
--- a/configure
+++ b/configure
@@ -779,9 +779,9 @@ echo "                           emulation targets"
 echo "  --disable-guest-base     disable GUEST_BASE support"
 echo "  --enable-user-pie        build usermode emulation targets as PIE"
 echo "  --disable-user-pie       do not build usermode emulation targets as 
PIE"
-echo "  --fmod-lib               path to FMOD library"
-echo "  --fmod-inc               path to FMOD includes"
-echo "  --oss-lib                path to OSS library"
+echo "  --fmod-lib=PATH          path to FMOD library"
+echo "  --fmod-inc=PATH          path to FMOD includes"
+echo "  --oss-lib=PATH           path to OSS library"
 echo "  --set-uname-release=R Return R for uname -r in usermode emulation"
 echo "  --sparc_cpu=V            Build qemu for Sparc architecture v7, v8, 
v8plus, v8plusa, v9"
 echo "  --disable-uuid           disable uuid support"
-- 
1.6.6





reply via email to

[Prev in Thread] Current Thread [Next in Thread]