aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2011-02-11 23:31:15 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2011-02-11 23:31:15 +0000
commit5532615bc025fd941d9dde173753de54cb589f11 (patch)
treee3fc818094f4c87f64e2f3a68d08871fafd1a46f
parent0fa8d1877509f16d41166e517259d5402d5aba41 (diff)
downloadrtmux-5532615bc025fd941d9dde173753de54cb589f11.tar.gz
rtmux-5532615bc025fd941d9dde173753de54cb589f11.tar.bz2
rtmux-5532615bc025fd941d9dde173753de54cb589f11.zip
Solaris is SunOS.
-rw-r--r--configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c115d3b0..afbabaf6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.
AC_INIT(tmux, 1.5)
@@ -399,6 +399,10 @@ case "$host_os" in
AC_MSG_RESULT(sunos)
PLATFORM=sunos
;;
+ *solaris*)
+ AC_MSG_RESULT(sunos)
+ PLATFORM=sunos
+ ;;
*hpux*)
AC_MSG_RESULT(hpux)
PLATFORM=hpux