diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-10-14 10:14:21 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-10-14 10:14:21 +0000 |
commit | 9e6d1b24c89928c2935e4c1e5263899cef3a0649 (patch) | |
tree | d4fb06548ee68aee87d902301e84f61e03dc2fe0 /configure | |
parent | 587e7127eb0339f8b894e17bd6ead18024e3a034 (diff) | |
download | rtmux-9e6d1b24c89928c2935e4c1e5263899cef3a0649.tar.gz rtmux-9e6d1b24c89928c2935e4c1e5263899cef3a0649.tar.bz2 rtmux-9e6d1b24c89928c2935e4c1e5263899cef3a0649.zip |
Support for automatic-rename for Solaris thanks to Todd Carson.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.41 2009-09-24 07:15:22 nicm Exp $ +# $Id: configure,v 1.42 2009-10-14 10:14:21 nicm Exp $ TMUX_PLATFORM=${TMUX_PLATFORM:-`uname -s`} @@ -139,7 +139,7 @@ EOF cat <<EOF >>$CONFIG_MK CFLAGS+= -D_XPG4_2 -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS LIBS+= -lcurses -lsocket -lnsl -SRCS+= osdep-unknown.c \ +SRCS+= osdep-sunos.c \ compat/asprintf.c \ compat/daemon.c \ compat/fgetln.c \ |