From bf4b27e6799ed4a5523595104338264892cd9a64 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 24 Sep 2009 07:15:22 +0000 Subject: [PATCH] Earlier versions of FreeBSD are missing RB_PREV. --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index dbabd98f..06b40d40 100755 --- a/configure +++ b/configure @@ -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 <>$CONFIG_MK