diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-14 06:47:12 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-14 06:47:12 +0000 |
commit | edd3142d1f35d92347e432094f853235337de140 (patch) | |
tree | 5937cf78797374afb84ef755c22bebd781b1d1a2 /configure | |
parent | 097b96ea44d5a09ac1f3553f1789ef6e932a9eba (diff) | |
download | rtmux-edd3142d1f35d92347e432094f853235337de140.tar.gz rtmux-edd3142d1f35d92347e432094f853235337de140.tar.bz2 rtmux-edd3142d1f35d92347e432094f853235337de140.zip |
Don't need ncurses, use curses.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.17 2009-07-02 07:31:01 nicm Exp $ +# $Id: configure,v 1.18 2009-07-14 06:47:12 nicm Exp $ TMUX_PLATFORM=${TMUX_PLATFORM:-`uname -s`} @@ -92,7 +92,6 @@ EOF #define HAVE_DAEMON EOF cat <<EOF >>$CONFIG_MK -CPPFLAGS+= -I/usr/local/include/ncurses SRCS+= osdep-unknown.c \ compat/asprintf.c \ compat/bsd-poll.c \ |