aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-12-11 20:08:18 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-12-11 20:08:18 +0000
commitb70be285b79f120d05c757e756178442c614cad8 (patch)
tree172c198eb0d549546294a3cfa50a1955687f9231
parentdac1d365c0c071668a308686c7e4d610c34bbd9a (diff)
downloadrtmux-b70be285b79f120d05c757e756178442c614cad8.tar.gz
rtmux-b70be285b79f120d05c757e756178442c614cad8.tar.bz2
rtmux-b70be285b79f120d05c757e756178442c614cad8.zip
Look in /opt/blah on OS X, from simmel.
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 6e5c8643..d24df4e5 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: configure,v 1.46 2009-11-26 09:19:04 nicm Exp $
+# $Id: configure,v 1.47 2009-12-11 20:08:18 nicm Exp $
#
# Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
#
@@ -189,6 +189,8 @@ EOF
#define HAVE_U_INT
EOF
cat <<EOF >>$CONFIG_MK
+CPPFLAGS+= -I/opt/local/include
+LDFLAGS+= -L/opt/local/lib
LIBS+= -lcurses -levent
SRCS+= osdep-darwin.c \
compat/strtonum.c \