From b70be285b79f120d05c757e756178442c614cad8 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 11 Dec 2009 20:08:18 +0000 Subject: [PATCH] Look in /opt/blah on OS X, from simmel. --- configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 # @@ -189,6 +189,8 @@ EOF #define HAVE_U_INT EOF cat <>$CONFIG_MK +CPPFLAGS+= -I/opt/local/include +LDFLAGS+= -L/opt/local/lib LIBS+= -lcurses -levent SRCS+= osdep-darwin.c \ compat/strtonum.c \