changeset 477:7cb0b59e2c3f Android_Skia

Fix typo for testing of X_SUPP.
author Thinker K.F. Li <thinker@branda.to>
date Thu, 12 Nov 2009 21:34:11 +0800
parents ac886e629f90
children b27a3460c7bd
files configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Nov 12 21:34:02 2009 +0800
+++ b/configure.ac	Thu Nov 12 21:34:11 2009 +0800
@@ -94,8 +94,8 @@
 
 # Define AM and AC variable for X_supp
 AM_CONDITIONAL([X_SUPP],
-	 [test \( x$X_supp = xtrue \) -a \( x$cairo = xtrue \)])
-[if [ \( x"${X_supp}" = xtrue \) -a \( x"${cairo}" = xture \) ]; then]
+	 [test x$X_supp = xtrue -a x$cairo = xtrue])
+[if [ x"${X_supp}" = xtrue -a x"${cairo}" = xtrue ]; then]
 AC_DEFINE([X_SUPP])
 [fi]