summaryrefslogtreecommitdiffstats
path: root/ctdb/configure.ac
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-02-18 12:29:49 +0100
committerMichael Adam <obnox@samba.org>2012-02-18 12:35:19 +0100
commit64208e04a5767844eff9d05644020246be530f2e (patch)
treee1c59eacac1fefd27bca119ab1987eb79f249a0c /ctdb/configure.ac
parent3d71e9f7f06c8e16df9ad6e4c5fbe525da0e0b4e (diff)
downloadsamba-64208e04a5767844eff9d05644020246be530f2e.tar.gz
samba-64208e04a5767844eff9d05644020246be530f2e.tar.xz
samba-64208e04a5767844eff9d05644020246be530f2e.zip
Fix the build on freebsd9. (typo in flags?)
(This used to be ctdb commit 650bb17335876f3e91e76a47b748c9236d0f3045)
Diffstat (limited to 'ctdb/configure.ac')
-rw-r--r--ctdb/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/configure.ac b/ctdb/configure.ac
index 320477ee06b..50d20a04a16 100644
--- a/ctdb/configure.ac
+++ b/ctdb/configure.ac
@@ -39,7 +39,7 @@ case `uname` in
CTDB_PCAP_LDFLAGS=-lpcap
LDFLAGS="$LDFLAGS -L/usr/local/lib -lexecinfo"
AC_SUBST(LDFLAGS)
- CPPFLAGS="$CPPFLAGS -L/usr/local/include -D_FREEBSD_=1"
+ CPPFLAGS="$CPPFLAGS -I/usr/local/include -D_FREEBSD_=1"
AC_SUBST(CPPFLAGS)
;;
GNU)