aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index c8868b7e2..b3d7fd864 100755
--- a/configure
+++ b/configure
@@ -1105,6 +1105,9 @@ echo "#define CONFIG_UNAME_RELEASE \"$uname_release\"" >> $config_h
tools=
if test `expr "$target_list" : ".*softmmu.*"` != 0 ; then
tools="qemu-img\$(EXESUF) $tools"
+ if [ "$linux" = "yes" ] ; then
+ tools="qemu-nbd\$(EXESUF) $tools"
+ fi
fi
echo "TOOLS=$tools" >> $config_mak