configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a9d91b76d472e076f9a9c9985dbf7cc13c984a25
Author: Tor Lillqvist <t...@iki.fi>
Date:   Tue Jul 30 10:05:13 2013 +0300

    Accept also 4.8
    
    Change-Id: I121ff292050e9e90e298ed44705b6408c0d2f089

diff --git a/configure.ac b/configure.ac
index 53acedc..562d463 100644
--- a/configure.ac
+++ b/configure.ac
@@ -182,7 +182,7 @@ if test -n "$with_android_ndk"; then
     fi
 
     case "$with_android_ndk_toolchain_version" in
-    4.6|4.7)
+    4.6|4.7|4.8)
         
ANDROID_BINUTILS_DIR=$ANDROID_NDK_HOME/toolchains/$android_platform_prefix-$with_android_ndk_toolchain_version
         ANDROID_COMPILER_DIR=$ANDROID_BINUTILS_DIR
         ;;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to