From a3d675a7738cc04bb765064a060780198721d94a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 7 May 2008 17:38:41 +0200 Subject: [PATCH] libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone build metze (cherry picked from commit 04f4523ed032946b8f0e74ac6f7458010159e3bb) --- source/lib/replace/configure.ac | 1 + 1 file changed, 1 insertion(+) 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" -- 2.11.4.GIT