mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
We need VIS_DQ in vis.h as well.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user