qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [COMMIT 9b8e111] fix typo, there should be bsd_user there


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 9b8e111] fix typo, there should be bsd_user there
Date: Mon, 10 Aug 2009 21:48:37 -0000

From: Juan Quintela <address@hidden>

Signed-off-by: Juan Quintela <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>
Message-Id: 

diff --git a/configure b/configure
index 715dbad..1c0a317 100755
--- a/configure
+++ b/configure
@@ -2073,7 +2073,8 @@ fi
 cflags=""
 ldflags=""
 linker_script="-Wl,-T../config-host.ld -Wl,-T,\$(SRC_PATH)/\$(ARCH).ld"
-if test "$target_linux_user" = "yes" -o "$target_linux_user" = "yes" ; then
+
+if test "$target_linux_user" = "yes" -o "$target_bsd_user" = "yes" ; then
   case "$ARCH" in
   i386)
     if test "$gprof" = "yes" -o "$static" = "yes" ; then




reply via email to

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