mirror of
https://github.com/tmux/tmux.git
synced 2024-11-18 18:38:54 +00:00
Crosscompiling defaults from Romain Francoise.
This commit is contained in:
parent
097a792f9d
commit
b2482535d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user