mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Don't need ncurses, use curses.
This commit is contained in:
3
configure
vendored
3
configure
vendored
@ -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 \
|
||||
|
Reference in New Issue
Block a user