diff --git a/configure b/configure
index a58fb86e6aa8169a2e99c31d7fc400e8a7053c02..a526d42d72d3fc6af6161c32106fbcf86f1b9a72 100755
--- a/configure
+++ b/configure
@@ -254,6 +254,8 @@ resolveDeviceMkspec()
     elif [ "$match_count" -eq 0 ]; then
         echo >&2 "Error: No device matching '$VAL'"
         echo "undefined"
+    else
+        echo "$result"
     fi
 }