Revision 2bff4b6f configure

b/configure
2141 2141
tools=
2142 2142
if test `expr "$target_list" : ".*softmmu.*"` != 0 ; then
2143 2143
  tools="qemu-img\$(EXESUF) qemu-io\$(EXESUF) $tools"
2144
  if [ "$linux" = "yes" ] ; then
2144
  if [ "$linux" = "yes" -o "$bsd" = "yes" -o "$solaris" = "yes" ] ; then
2145 2145
      tools="qemu-nbd\$(EXESUF) $tools"
2146 2146
    if [ "$check_utests" = "yes" ]; then
2147 2147
      tools="check-qint check-qstring check-qdict check-qlist $tools"

Also available in: Unified diff