[Libreoffice-commits] core.git: configure.ac

Tor Lillqvist tml at collabora.com
Sun Nov 3 13:12:53 CET 2013


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9074504c9139bbb0e380e7268d5220cb522a940a
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun Nov 3 14:12:19 2013 +0200

    Recognize also NDK 9b
    
    Change-Id: Ia9cecbe2cd6d9ee944abe5b8004aed27e191138c

diff --git a/configure.ac b/configure.ac
index 57f14fb..99209b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -225,10 +225,10 @@ if test -n "$with_android_ndk"; then
     ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
 
     case $ANDROID_NDK_VERSION in
-    r8*|r9)
+    r8*|r9*)
         ;;
     *)
-        AC_MSG_ERROR([Unsupported NDK version $ANDROID_NDK_VERSION, only r8* and r9 versions are supported])
+        AC_MSG_ERROR([Unsupported NDK version $ANDROID_NDK_VERSION, only r8* and r9* versions are supported])
         ;;
     esac
 


More information about the Libreoffice-commits mailing list