Use the correct variable name

Signed-off-by: Gilles Espinasse <[email protected]>
---
 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

_______________________________________________
Pixman mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pixman

Reply via email to