--- configure.ac.orig 2025-10-30 19:24:54.000000000 +0000 +++ configure.ac 2026-01-03 23:37:39.921717929 +0000 @@ -59,7 +59,7 @@ AC_DEFINE([HAVE_LSTAT], 1, [Define if lstat syscall is supported]) fi -AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -Werror -g") +AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -g") AC_SUBST(GLOBAL_CFLAGS) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])