[Pixman] [PATCH] Fix missing AC_MSG_RESULT value from Werror test

Gilles Espinasse g.esp at free.fr
Tue Apr 12 13:44:25 PDT 2011


Use the correct variable name

Signed-off-by: Gilles Espinasse <g.esp at free.fr>
---
 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



More information about the Pixman mailing list