]> git.proxmox.com Git - qemu.git/blobdiff - configure
configure: Allow builds without any system or user emulation
[qemu.git] / configure
index 1b865174e1658c9226e9f1cdd2f835d54b14bf64..8f99b7b941cf3ff4eca81869eb554719c5dea1d8 100755 (executable)
--- a/configure
+++ b/configure
@@ -1286,10 +1286,6 @@ if test -z "$target_list" ; then
 else
     target_list=`echo "$target_list" | sed -e 's/,/ /g'`
 fi
-if test -z "$target_list" ; then
-    echo "No targets enabled"
-    exit 1
-fi
 # see if system emulation was really requested
 case " $target_list " in
   *"-softmmu "*) softmmu=yes