mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Spaces to tabs.
This commit is contained in:
parent
66e8811c64
commit
68429cd0d3
@ -342,8 +342,8 @@ AC_CHECK_FUNC(strnvis, found_strnvis=yes, found_strnvis=no)
|
|||||||
if test "x$found_strnvis" = xyes; then
|
if test "x$found_strnvis" = xyes; then
|
||||||
AC_MSG_CHECKING(if strnvis is broken)
|
AC_MSG_CHECKING(if strnvis is broken)
|
||||||
AC_EGREP_HEADER([strnvis\(char \*, const char \*, size_t, int\)],
|
AC_EGREP_HEADER([strnvis\(char \*, const char \*, size_t, int\)],
|
||||||
vis.h,
|
vis.h,
|
||||||
AC_MSG_RESULT(no),
|
AC_MSG_RESULT(no),
|
||||||
[found_strnvis=no])
|
[found_strnvis=no])
|
||||||
if test "x$found_strnvis" = xno; then
|
if test "x$found_strnvis" = xno; then
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user