summaryrefslogtreecommitdiffstats
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-05-07 17:38:41 +0200
committerStefan Metzmacher <metze@samba.org>2008-05-16 08:51:47 +0200
commit299485c38e688ee5ab10c9a10aaa5a69fa1c17de (patch)
treec8d97e3dc930535ee20a720b9b524e45ba40aec7 /source3
parentfc83dd6fd684559eb84789d57608f13295e64cb5 (diff)
downloadsamba-299485c38e688ee5ab10c9a10aaa5a69fa1c17de.tar.gz
samba-299485c38e688ee5ab10c9a10aaa5a69fa1c17de.tar.xz
samba-299485c38e688ee5ab10c9a10aaa5a69fa1c17de.zip
libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone build
metze (cherry picked from commit 04f4523ed032946b8f0e74ac6f7458010159e3bb) (This used to be commit a3d675a7738cc04bb765064a060780198721d94a)
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/replace/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/replace/configure.ac b/source3/lib/replace/configure.ac
index 02dc08bf72c..81997e09b7d 100644
--- a/source3/lib/replace/configure.ac
+++ b/source3/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"