diff options
-rw-r--r-- | configure.ac | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c43a87e1..59589514 100644 --- a/configure.ac +++ b/configure.ac @@ -449,6 +449,13 @@ if test "x$found_stravis" = xyes; then 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 AC_DEFINE(HAVE_VIS) fi AM_CONDITIONAL(NO_VIS, [test "x$found_stravis" = xno]) |