From 396a30d1ce756fbfe8b3ed41a553f6929a3d399f Mon Sep 17 00:00:00 2001 From: Dan Egnor <egnor@ofb.net> Date: Sat, 28 Oct 2000 19:13:09 +0000 Subject: [PATCH] remove -Werror, add EXTRA_CFLAGS, portability --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 9ad40a9..3a6a18d 100644 --- a/configure.in +++ b/configure.in @@ -61,7 +61,7 @@ if test -z "$no_wacky_libs" ; then fi test yes = "$GCC" && -CFLAGS="-Wall -Wno-comment -Werror -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings $CFLAGS" +CFLAGS="-Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings $CFLAGS"' $(EXTRA_CFLAGS)' AC_SUBST(PROG_LDCONFIG) AC_SUBST(GLIB_INCLUDES) -- GitLab