summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-06-25 17:02:59 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-06-25 17:02:59 +0000
commit802e129fd7b9c383e8fcad03caa051e0583c199f (patch)
tree0f7fa0e65b59bbd6e6eddf1610da3ff4048972e2 /configure
parentf1463ff3c11f7d84039bad43fe79c90ec6563b44 (diff)
Start of portability update: bitstring.h.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index aa72a6b4..04536557 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: configure,v 1.13 2009-05-18 19:18:41 nicm Exp $
+# $Id: configure,v 1.14 2009-06-25 17:02:59 nicm Exp $
TMUX_PLATFORM=${TMUX_PLATFORM:-`uname -s`}
@@ -36,6 +36,7 @@ case $TMUX_PLATFORM in
OpenBSD)
cat <<EOF >>$CONFIG_H
#define HAVE_ASPRINTF
+#define HAVE_BITSTRING_H
#define HAVE_DAEMON
#define HAVE_FGETLN
#define HAVE_FORKPTY