summaryrefslogtreecommitdiff
path: root/source4/lib/replace
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-05-07 17:38:41 +0200
committerStefan Metzmacher <metze@samba.org>2008-05-07 17:38:41 +0200
commit10a208fc4f8de6fdd20e5906f9fc6915124f6f83 (patch)
treedb7202387837934af3bfb7202ecf22bb08aedd49 /source4/lib/replace
parent63da424e8124a9def5d46f769804be661b059aab (diff)
downloadsamba-10a208fc4f8de6fdd20e5906f9fc6915124f6f83.tar.gz
samba-10a208fc4f8de6fdd20e5906f9fc6915124f6f83.tar.bz2
samba-10a208fc4f8de6fdd20e5906f9fc6915124f6f83.zip
libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone build
metze (This used to be commit 04f4523ed032946b8f0e74ac6f7458010159e3bb)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r--source4/lib/replace/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/replace/configure.ac b/source4/lib/replace/configure.ac
index 02dc08bf72..81997e09b7 100644
--- a/source4/lib/replace/configure.ac
+++ b/source4/lib/replace/configure.ac
@@ -6,6 +6,7 @@ AC_CONFIG_HEADER(config.h)
CFLAGS="$CFLAGS -I$srcdir"
AC_LIBREPLACE_ALL_CHECKS
+AC_LIBREPLACE_NETWORK_CHECKS
if test "$ac_cv_prog_gcc" = yes; then
CFLAGS="$CFLAGS -Wall"