On 01/20/2010 11:41 AM, Juan Quintela wrote:
It really sets uname string.  It don't make sense a --disable option

Signed-off-by: Juan Quintela<quint...@redhat.com>

Patch 3/7 doesn't apply. It's an annoying one to rebase too. Please send out a new series and ping me and I'll quickly apply it since this one is likely to break again.

Regards,

Anthony Liguori

---
  configure |    4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 192338f..08ff6a2 100755
--- a/configure
+++ b/configure
@@ -578,7 +578,7 @@ for opt do
    ;;
    --disable-user-pie) user_pie="no"
    ;;
-  --enable-uname-release=*) uname_release="$optarg"
+  --set-uname-release=*) uname_release="$optarg"
    ;;
    --sparc_cpu=*)
    ;;
@@ -782,7 +782,7 @@ 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 "  --enable-uname-release=R Return R for uname -r in usermode emulation"
+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"
  echo "  --enable-uuid            enable uuid support"



Reply via email to