Fix missing AC_MSG_RESULT value from Werror test
authorGilles Espinasse <g.esp@free.fr>
Tue, 12 Apr 2011 20:44:25 +0000 (22:44 +0200)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 18 Apr 2011 20:13:58 +0000 (16:13 -0400)
Use the correct variable name

Signed-off-by: Gilles Espinasse <g.esp@free.fr>
configure.ac

index db9a883..0b526d6 100644 (file)
@@ -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