diff configure.ac @ 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.ac	Fri May 26 14:02:34 2017 +0100
+++ b/configure.ac	Wed Jun 07 09:00:47 2017 +0100
@@ -139,6 +139,10 @@
 
 AC_OUTPUT
 
+if ! ./vext install; then
+   AC_MSG_ERROR([vext failed to run])
+fi
+
 if ! $QMAKE -r sonic-visualiser.pro; then
    AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"])
 fi