configure.in: Add -Werror flags last (BR 2292332)
commitec3d426e363d07c8a582ff7cf5a31b5e99576ec3
authorOzkan Sezer <sezero@users.sourceforge.net>
Sat, 13 Feb 2016 07:49:49 +0000 (12 23:49 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 13 Feb 2016 07:49:56 +0000 (12 23:49 -0800)
treeb6b0cd5236a9d34ec614750ce6b1eba2ae073a09
parent2bc798a96877eaf11b3ccce1340f34e46a93f1b9
configure.in: Add -Werror flags last (BR 2292332)

configure.in: Add the -Werror flags as the last thing. Otherwise, with
development versions of autoconf, all AC_CHECK_FUNCS calls fails with:
conftest.c:49: error: function declaration isn't a prototype
conftest.c:49: warning: conflicting types for built-in function 'strcspn'

Signed-off-by: Ozkan Sezer <sezero@users.sourceforge.net>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
configure.in