-device: c01621ec8 broke device feature
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Sat, 19 May 2012 17:24:48 +0000 (10:24 -0700)
committerQt by Nokia <qt-info@nokia.com>
Sat, 19 May 2012 17:32:18 +0000 (19:32 +0200)
result was never returned by resolveDeviceMkspec

Change-Id: Ibd2f647e5524cdc9dbf4ea06f7b815f9dcc43212
Reviewed-by: Andy Nichols <andy.nichols@nokia.com>
configure

index a58fb86..a526d42 100755 (executable)
--- 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
 }