diff mbox

[2/7] Add PATH argument to options that need it

Message ID 0847b1ae5a263cde2c1baf4bd6cd7a01954c140f.1264008700.git.quintela@redhat.com
State New
Headers show

Commit Message

Juan Quintela Jan. 20, 2010, 5:41 p.m. UTC
Signed-off-by: Juan Quintela <quintela@redhat.com>
---
 configure |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
diff mbox

Patch

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"