From 8f2da5e82b45bc69db2a575aa9832027d010c307 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Wed, 17 Feb 2016 09:12:58 -0600 Subject: [PATCH] Revert "build: build distcheck with --enable-fatal-warnings" This reverts commit 8125919b0d8e7c776652e4f1d829b9edfa6c4a68. This makes things far more annoying than intended, especially since the list of default warnings isn't consistent from distro to distro. --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5e5576e..e850abc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,8 +11,6 @@ AM_CPPFLAGS = \ AM_CFLAGS = $(GCC_CFLAGS) -AM_DISTCHECK_CONFIGURE_FLAGS = --enable-fatal-warnings - aclocaldir = $(datadir)/aclocal dist_aclocal_DATA = wayland-scanner.m4 -- 2.7.4