Remove -Werror to automake (fix build for Ubuntu)

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
Alexis La Goutte 2015-01-22 10:19:38 +01:00
parent 5c8092bfd0
commit df9db3f130
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ AC_PREREQ(2.63)
AC_INIT([SmartCAPWAP], [1.0.0], [https://bitbucket.org/vemax78/smartcapwap], [smartcapwap])
AC_CONFIG_AUX_DIR([build])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11 -Wall -Werror])
AM_INIT_AUTOMAKE([1.11 -Wall])
AC_USE_SYSTEM_EXTENSIONS
# cross-compile macros