From f20e3ee62c310da3eb091a2773e21442412db4ed Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 16 Jan 2017 15:01:14 +0000 Subject: We need VIS_DQ in vis.h as well. --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configure.ac b/configure.ac index c43a87e1..59589514 100644 --- a/configure.ac +++ b/configure.ac @@ -448,6 +448,13 @@ if test "x$found_stravis" = xyes; then AC_MSG_RESULT(yes) fi fi +if test "x$found_stravis" = xyes; then + AC_CHECK_DECL( + VIS_DQ, + , + [found_stravis=no]), + [#include ]) +fi if test "x$found_stravis" = xyes; then AC_DEFINE(HAVE_VIS) fi -- cgit