diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-09-24 07:15:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-09-24 07:15:22 +0000 |
commit | bf4b27e6799ed4a5523595104338264892cd9a64 (patch) | |
tree | 6f3f8516f3f97376c0cce86f96d6e2c81d9c753c | |
parent | d73516c0a977c46f057739f034f1b77fccaa9896 (diff) | |
download | rtmux-bf4b27e6799ed4a5523595104338264892cd9a64.tar.gz rtmux-bf4b27e6799ed4a5523595104338264892cd9a64.tar.bz2 rtmux-bf4b27e6799ed4a5523595104338264892cd9a64.zip |
Earlier versions of FreeBSD are missing RB_PREV.
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ #!/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`} @@ -203,7 +203,6 @@ EOF #define HAVE_STRLCPY #define HAVE_STRTONUM #define HAVE_STRSEP -#define HAVE_TREE_H #define HAVE_U_INT EOF cat <<EOF >>$CONFIG_MK |