aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-09-20 17:51:54 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-09-20 17:51:54 +0000
commit6df9ac7c37050b712db1cdf42ce7abbf551412e3 (patch)
tree1b68258a446671fc11980eb066b3108dff367f0f
parent73f58b90a0eff14ebea74565225d841e9295539b (diff)
downloadrtmux-6df9ac7c37050b712db1cdf42ce7abbf551412e3.tar.gz
rtmux-6df9ac7c37050b712db1cdf42ce7abbf551412e3.tar.bz2
rtmux-6df9ac7c37050b712db1cdf42ce7abbf551412e3.zip
FreeBSD tree.h is fine.
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index cd644158..ae073e77 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: configure,v 1.37 2009-09-16 12:36:27 nicm Exp $
+# $Id: configure,v 1.38 2009-09-20 17:51:54 nicm Exp $
TMUX_PLATFORM=${TMUX_PLATFORM:-`uname -s`}
@@ -212,6 +212,7 @@ EOF
#define HAVE_STRLCPY
#define HAVE_STRTONUM
#define HAVE_STRSEP
+#define HAVE_TREE_H
#define HAVE_U_INT
EOF
cat <<EOF >>$CONFIG_MK