Make --disable-werror work
commitfdf0d073104454fcb57617c339205730a47a60c9
authorH. Peter Anvin <hpa@zytor.com>
Thu, 3 Mar 2016 20:39:02 +0000 (3 12:39 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 3 Mar 2016 20:39:02 +0000 (3 12:39 -0800)
tree4e3acd924eee8aacf32f10d8b8d0f3ff13baa6f5
parent54469e27d0565ceab1cce273cd120c4d4055a509
Make --disable-werror work

autoconf's handling of --without and --disable are a bit
counterintuitive: instead of calling the "not given" branch of the
conditional, they instead call the "given" part of the conditional
with an argument of "no".  Make --disable-werror work as expected.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
configure.in