mirror of
				https://github.com/tmux/tmux.git
				synced 2025-10-26 12:27:15 +00:00 
			
		
		
		
	Crosscompiling defaults from Romain Francoise.
This commit is contained in:
		| @@ -718,6 +718,7 @@ if test "x$DEFAULT_TERM" = x; then | |||||||
| 		 ])], | 		 ])], | ||||||
| 		 [DEFAULT_TERM=screen-256color], | 		 [DEFAULT_TERM=screen-256color], | ||||||
| 		 , | 		 , | ||||||
|  | 		 [DEFAULT_TERM=screen] | ||||||
| 	) | 	) | ||||||
| 	AC_RUN_IFELSE([AC_LANG_SOURCE( | 	AC_RUN_IFELSE([AC_LANG_SOURCE( | ||||||
| 		[ | 		[ | ||||||
| @@ -737,6 +738,7 @@ if test "x$DEFAULT_TERM" = x; then | |||||||
| 		 ])], | 		 ])], | ||||||
| 		 [DEFAULT_TERM=tmux], | 		 [DEFAULT_TERM=tmux], | ||||||
| 		 , | 		 , | ||||||
|  | 		 [DEFAULT_TERM=screen] | ||||||
| 	) | 	) | ||||||
| 	AC_RUN_IFELSE([AC_LANG_SOURCE( | 	AC_RUN_IFELSE([AC_LANG_SOURCE( | ||||||
| 		[ | 		[ | ||||||
| @@ -756,6 +758,7 @@ if test "x$DEFAULT_TERM" = x; then | |||||||
| 		 ])], | 		 ])], | ||||||
| 		 [DEFAULT_TERM=tmux-256color], | 		 [DEFAULT_TERM=tmux-256color], | ||||||
| 		 , | 		 , | ||||||
|  | 		 [DEFAULT_TERM=screen] | ||||||
| 	) | 	) | ||||||
| 	AC_MSG_RESULT($DEFAULT_TERM) | 	AC_MSG_RESULT($DEFAULT_TERM) | ||||||
| fi | fi | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Nicholas Marriott
					Nicholas Marriott