buildsys: don't use -Werror by default

This breaks too many people's compiles.
This commit is contained in:
djcb 2017-01-03 00:38:03 +02:00
parent 688507f193
commit 0e9ad847b3
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## Copyright (C) 2008-2016 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
## Copyright (C) 2008-2017 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@ -50,7 +50,7 @@ AC_PROG_CC_C99
AC_PROG_INSTALL
AC_HEADER_STDC
AX_COMPILER_FLAGS
AX_COMPILER_FLAGS(,,[yes])
# for now, use AM_PROG_LIBTOOL, as we don't want to require
# a too new setup for autotools/libtool