From 946f30aec090430dafd568ea7fbc5dc2fe4df31b Mon Sep 17 00:00:00 2001 From: Gilles Espinasse Date: Sat, 5 Mar 2011 11:03:40 +0100 Subject: [PATCH] Fix missing AC_MSG_RESULT value from Werror test Signed-off-by: Gilles Espinasse --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index db9a883..0b526d6 100644 --- a/configure.ac +++ b/configure.ac @@ -119,7 +119,7 @@ for w in -Werror -errwarn; do [CFLAGS=$w], [int main(int c, char **v) { (void)c; (void)v; return 0; }], [WERROR=$w; yesno=yes], [yesno=no]) - AC_MSG_RESULT($_yesno) + AC_MSG_RESULT($yesno) fi done -- 1.7.3.4