blob: 65c8f72c2ed043a77348b6e196840727932f574d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Author: Holger Jaekel <holger.jaekel@gmx.de>
Summary: treat compiler warnings as warnings, not errors
----
--- a/configure.ac
+++ b/configure.ac
@@ -87,7 +87,7 @@
AC_SUBST(SQL)
AC_SUBST(LFLAGS)
-CFLAGS="$CFLAGS -Wall -Werror"
+CFLAGS="$CFLAGS -Wall"
AS_CASE([$host],
[*mingw*|*cygwin*], [LDFLAGS="$LDFLAGS -no-undefined"], [])
AS_CASE([$host],
|