From 6762e1ab7b4b7d6eed9c5302924b972bf23f7323 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@suse.de>
Date: Fri, 8 Dec 2017 13:55:48 +0100
Subject: [PATCH 2/2] Remove -Werror as their are a lot of errors in the
 configure.ac and Makefile.am

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 5bc17e249ba6..d8dc59c0b968 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@
 # common initialisation of autotools
 ####
 AC_INIT([SimulAVR], [1.2dev], [simulavr-devel@nongnu.org])
-AM_INIT_AUTOMAKE([1.10 -Wall -Werror foreign subdir-objects])
+AM_INIT_AUTOMAKE([1.10 -Wall foreign subdir-objects])
 AC_PREREQ([2.61])
 AC_CONFIG_MACRO_DIR([m4])
 AM_MAINTAINER_MODE
-- 
2.15.0

