mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 10:08:47 +00:00
We need VIS_DQ in vis.h as well.
This commit is contained in:
parent
997b11741c
commit
f20e3ee62c
@ -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 <vis.h>])
|
||||
fi
|
||||
if test "x$found_stravis" = xyes; then
|
||||
AC_DEFINE(HAVE_VIS)
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user