From: Juan Quintela Date: Mon, 3 Aug 2009 12:46:46 +0000 (+0200) Subject: fix typo, there should be bsd_user there X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9b8e111fb134adb89e5f90edbdd11b5b08124aa1;p=qemu.git fix typo, there should be bsd_user there Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori Message-Id: --- diff --git a/configure b/configure index 715dbad458..1c0a317ece 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