aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2010-04-05 22:28:25 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2010-04-05 22:28:25 +0000
commit07dcf8610f60b13d714425452fe552d57a551585 (patch)
tree33a2539caaac96610f664772f84cc45c3986f5f8
parent2d74ce1d3a2f1723e77ea3983770249a12c01b0a (diff)
downloadrtmux-07dcf8610f60b13d714425452fe552d57a551585.tar.gz
rtmux-07dcf8610f60b13d714425452fe552d57a551585.tar.bz2
rtmux-07dcf8610f60b13d714425452fe552d57a551585.zip
FreeBSD kqueue is broken before 8.
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index ca5fe896..307164b6 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: configure,v 1.48 2010-04-02 21:26:40 nicm Exp $
+# $Id: configure,v 1.49 2010-04-05 22:28:25 nicm Exp $
#
# Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
#
@@ -204,6 +204,7 @@ EOF
FreeBSD|DragonFly)
cat <<EOF >>$CONFIG_H
#define HAVE_ASPRINTF
+#define HAVE_BROKEN_KQUEUE
#define HAVE_BZERO
#define HAVE_DAEMON
#define HAVE_FGETLN