summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-11-25 16:29:44 +0100
committerMichael Adam <obnox@samba.org>2011-11-26 00:34:54 +0100
commit0f807f76c0913229ae9f82348159c5e546b3e052 (patch)
tree208880902d4d37a1baa1620840fd36e8f6a88fc3
parent2c0abf2dcf040e6e32612e65f04ff488745612ae (diff)
downloadsamba-0f807f76c0913229ae9f82348159c5e546b3e052.tar.gz
samba-0f807f76c0913229ae9f82348159c5e546b3e052.tar.xz
samba-0f807f76c0913229ae9f82348159c5e546b3e052.zip
build: add libreplace network checks to configure
(This used to be ctdb commit 5e45a176031e973e97450296c28ddfb0a779e00b)
-rw-r--r--ctdb/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/configure.ac b/ctdb/configure.ac
index adcc5dadad..2578fc0910 100644
--- a/ctdb/configure.ac
+++ b/ctdb/configure.ac
@@ -35,6 +35,7 @@ case `uname` in
esac
AC_LIBREPLACE_ALL_CHECKS
+AC_LIBREPLACE_NETWORK_CHECKS
if test "$ac_cv_prog_gcc" = yes; then
CFLAGS="$CFLAGS -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings"