mirror of
https://github.com/tmux/tmux.git
synced 2025-01-19 06:15:36 +00:00
Earlier versions of FreeBSD are missing RB_PREV.
This commit is contained in:
parent
d73516c0a9
commit
bf4b27e679
3
configure
vendored
3
configure
vendored
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $Id: configure,v 1.40 2009-09-23 15:05:03 tcunha Exp $
|
# $Id: configure,v 1.41 2009-09-24 07:15:22 nicm Exp $
|
||||||
|
|
||||||
TMUX_PLATFORM=${TMUX_PLATFORM:-`uname -s`}
|
TMUX_PLATFORM=${TMUX_PLATFORM:-`uname -s`}
|
||||||
|
|
||||||
@ -203,7 +203,6 @@ EOF
|
|||||||
#define HAVE_STRLCPY
|
#define HAVE_STRLCPY
|
||||||
#define HAVE_STRTONUM
|
#define HAVE_STRTONUM
|
||||||
#define HAVE_STRSEP
|
#define HAVE_STRSEP
|
||||||
#define HAVE_TREE_H
|
|
||||||
#define HAVE_U_INT
|
#define HAVE_U_INT
|
||||||
EOF
|
EOF
|
||||||
cat <<EOF >>$CONFIG_MK
|
cat <<EOF >>$CONFIG_MK
|
||||||
|
Loading…
Reference in New Issue
Block a user