From 64dccac59c50400913994c6ea0f812414d8f7b97 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 22 Jul 2014 12:20:03 +0200 Subject: [PATCH] autotools: we actually do want portability warning. This is to avoid people not using gnu stuff to report issue. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1df6022f6e..56fe587451 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ AH_BOTTOM([ AC_USE_SYSTEM_EXTENSIONS -AM_INIT_AUTOMAKE([1.6 dist-bzip2 dist-xz -Wall -Wno-portability color-tests]) +AM_INIT_AUTOMAKE([1.6 dist-bzip2 dist-xz -Wall color-tests]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) CFOPT_WARNING=""