We need VIS_DQ in vis.h as well.

This commit is contained in:
Nicholas Marriott 2017-01-16 15:01:14 +00:00
parent 997b11741c
commit f20e3ee62c

View File

@ -448,6 +448,13 @@ if test "x$found_stravis" = xyes; then
AC_MSG_RESULT(yes) AC_MSG_RESULT(yes)
fi fi
fi fi
if test "x$found_stravis" = xyes; then
AC_CHECK_DECL(
VIS_DQ,
,
[found_stravis=no]),
[#include <vis.h>])
fi
if test "x$found_stravis" = xyes; then if test "x$found_stravis" = xyes; then
AC_DEFINE(HAVE_VIS) AC_DEFINE(HAVE_VIS)
fi fi