gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r12032: fix typo on cross compile fo


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12032: fix typo on cross compile for android test
Date: Fri, 12 Mar 2010 12:28:39 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12032
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Fri 2010-03-12 12:28:39 -0700
message:
  fix typo on cross compile for android test
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2010-03-12 17:03:40 +0000
+++ b/configure.ac      2010-03-12 19:28:39 +0000
@@ -3580,7 +3580,7 @@
 fi
 
 if test x$cross_compiling = xyes; then
-   if test x"${android_ndk}" != x; then
+   if test x"${android_ndk}" != xno; then
       AC_MSG_NOTICE([This build is setup for cross compiling for Android])
    else
       AC_MSG_NOTICE([This build is setup for cross compiling])


reply via email to

[Prev in Thread] Current Thread [Next in Thread]