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-Tag: samba-4.0.0alpha6~801^2~1349 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=299485c38e688ee5ab10c9a10aaa5a69fa1c17de;p=thirdparty%2Fsamba.git libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone build metze (cherry picked from commit 04f4523ed032946b8f0e74ac6f7458010159e3bb) (This used to be commit a3d675a7738cc04bb765064a060780198721d94a) --- 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"