diff configure @ 1706:d60b30ea9b80 vext

Make configure use vext
author Chris Cannam
date Wed, 07 Jun 2017 09:00:47 +0100
parents 3c5a87970daa
children a4da817dc221
line wrap: on
line diff
--- a/configure	Fri May 26 14:02:34 2017 +0100
+++ b/configure	Wed Jun 07 09:00:47 2017 +0100
@@ -8521,6 +8521,10 @@
 fi
 
 
+if ! ./vext install; then
+   as_fn_error $? "vext failed to run" "$LINENO" 5
+fi
+
 if ! $QMAKE -r sonic-visualiser.pro; then
    as_fn_error $? "qmake failed: Command was \"$QMAKE -r\"" "$LINENO" 5
 fi