libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone build
authorStefan Metzmacher <metze@samba.org>
Wed, 7 May 2008 15:38:41 +0000 (17:38 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 16 May 2008 06:51:47 +0000 (08:51 +0200)
metze
(cherry picked from commit 04f4523ed032946b8f0e74ac6f7458010159e3bb)

source/lib/replace/configure.ac

index 02dc08bf72c269e58ed15c6891347fbc1dd716aa..81997e09b7d00f46de3433a3031ffce32a025f2f 100644 (file)
@@ -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"