diff options
author | Cedric BAIL <c.bail@partner.samsung.com> | 2014-07-22 12:20:03 +0200 |
---|---|---|
committer | Cedric BAIL <c.bail@partner.samsung.com> | 2014-07-22 12:20:03 +0200 |
commit | 64dccac59c50400913994c6ea0f812414d8f7b97 (patch) | |
tree | 19abde0f0801cce0554398bec4908f48f44788c5 /configure.ac | |
parent | ccf157aa574151ca488d027fe5d38b2bdd7d4e91 (diff) |
autotools: we actually do want portability warning.
This is to avoid people not using gnu stuff to report issue.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1df6022f6e..56fe587451 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -16,7 +16,7 @@ AH_BOTTOM([ | |||
16 | 16 | ||
17 | AC_USE_SYSTEM_EXTENSIONS | 17 | AC_USE_SYSTEM_EXTENSIONS |
18 | 18 | ||
19 | AM_INIT_AUTOMAKE([1.6 dist-bzip2 dist-xz -Wall -Wno-portability color-tests]) | 19 | AM_INIT_AUTOMAKE([1.6 dist-bzip2 dist-xz -Wall color-tests]) |
20 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | 20 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |
21 | 21 | ||
22 | CFOPT_WARNING="" | 22 | CFOPT_WARNING="" |