From 5e45a176031e973e97450296c28ddfb0a779e00b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 25 Nov 2011 16:29:44 +0100 Subject: [PATCH] build: add libreplace network checks to configure --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index adcc5dad..2578fc09 100644 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,7 @@ case `uname` in esac AC_LIBREPLACE_ALL_CHECKS +AC_LIBREPLACE_NETWORK_CHECKS if test "$ac_cv_prog_gcc" = yes; then CFLAGS="$CFLAGS -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings" -- 2.34.1