mirror of
https://github.com/tmux/tmux.git
synced 2025-04-23 12:58:50 +00:00
Solaris is SunOS.
This commit is contained in:
parent
0fa8d18775
commit
5532615bc0
@ -1,4 +1,4 @@
|
|||||||
# $Id: configure.ac,v 1.14 2011-01-21 23:40:30 tcunha Exp $
|
# $Id: configure.ac,v 1.15 2011-02-11 23:31:15 nicm Exp $
|
||||||
|
|
||||||
# Miscellaneous autofoo bullshit.
|
# Miscellaneous autofoo bullshit.
|
||||||
AC_INIT(tmux, 1.5)
|
AC_INIT(tmux, 1.5)
|
||||||
@ -399,6 +399,10 @@ case "$host_os" in
|
|||||||
AC_MSG_RESULT(sunos)
|
AC_MSG_RESULT(sunos)
|
||||||
PLATFORM=sunos
|
PLATFORM=sunos
|
||||||
;;
|
;;
|
||||||
|
*solaris*)
|
||||||
|
AC_MSG_RESULT(sunos)
|
||||||
|
PLATFORM=sunos
|
||||||
|
;;
|
||||||
*hpux*)
|
*hpux*)
|
||||||
AC_MSG_RESULT(hpux)
|
AC_MSG_RESULT(hpux)
|
||||||
PLATFORM=hpux
|
PLATFORM=hpux
|
||||||
|
Loading…
Reference in New Issue
Block a user