From 9eb4558772b84516363c960fe53c014575d80df9 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 11 Sep 2024 21:25:53 -0400 Subject: [PATCH] build: disable automake treating warnings as error Signed-off-by: Rui Chen --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7f1c580..f3e1955 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_REQUIRE_AUX_FILE([tap-driver.sh]) # tap-driver.sh, so build-aux/tap-driver.sh is checked in to keep the # above AC_REQUIRE_AUX_FILE line from causing configure to complain # about a mising file if the user has Automake 1.11.) -AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign subdir-objects parallel-tests]) +AM_INIT_AUTOMAKE([1.11 -Wall foreign subdir-objects parallel-tests]) AM_SILENT_RULES AC_PROG_MKDIR_P