From: Stefan Metzmacher Date: Wed, 7 May 2008 15:38:41 +0000 (+0200) Subject: libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone build X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7d298760d9822d7a437507a49f2140352212411;p=thirdparty%2Fsamba.git libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone build metze (cherry picked from commit 04f4523ed032946b8f0e74ac6f7458010159e3bb) --- diff --git a/source/lib/replace/configure.ac b/source/lib/replace/configure.ac index 02dc08bf72c..81997e09b7d 100644 --- a/source/lib/replace/configure.ac +++ b/source/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"