Crosscompiling defaults from Romain Francoise.

This commit is contained in:
Nicholas Marriott 2021-09-21 09:54:50 +01:00
parent 097a792f9d
commit b2482535d0

View File

@ -718,6 +718,7 @@ if test "x$DEFAULT_TERM" = x; then
])],
[DEFAULT_TERM=screen-256color],
,
[DEFAULT_TERM=screen]
)
AC_RUN_IFELSE([AC_LANG_SOURCE(
[
@ -737,6 +738,7 @@ if test "x$DEFAULT_TERM" = x; then
])],
[DEFAULT_TERM=tmux],
,
[DEFAULT_TERM=screen]
)
AC_RUN_IFELSE([AC_LANG_SOURCE(
[
@ -756,6 +758,7 @@ if test "x$DEFAULT_TERM" = x; then
])],
[DEFAULT_TERM=tmux-256color],
,
[DEFAULT_TERM=screen]
)
AC_MSG_RESULT($DEFAULT_TERM)
fi