diff options
author | Derek Foreman <derekf@osg.samsung.com> | 2016-02-17 09:12:58 -0600 |
---|---|---|
committer | Derek Foreman <derekf@osg.samsung.com> | 2016-02-17 09:12:58 -0600 |
commit | 8f2da5e82b45bc69db2a575aa9832027d010c307 (patch) | |
tree | 2a957fed82a9976c0e065b6a5d42fe53445c4f64 /Makefile.am | |
parent | 8125919b0d8e7c776652e4f1d829b9edfa6c4a68 (diff) |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 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 |