[Libreoffice-commits] .: configure.in
Tor Lillqvist
tml at kemper.freedesktop.org
Wed Aug 15 05:35:00 PDT 2012
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0cb856816611d78f0e709c99cc99273fcdd7f724
Author: Tor Lillqvist <tml at iki.fi>
Date: Wed Aug 15 15:26:27 2012 +0300
Be less picky about how the Android SDK is configured
Change-Id: I2118314038f7df3e534d8682495fd72a09bf76c8
diff --git a/configure.in b/configure.in
index 7774390..1e96a4e 100644
--- a/configure.in
+++ b/configure.in
@@ -453,7 +453,7 @@ linux-androideabi*)
AC_MSG_ERROR([the --with-android-ndk option does not point to an Android NDK])
fi
- if test ! -f "$ANDROID_SDK_HOME/platforms/android-14/android.jar"; then
+ if test ! -d "$ANDROID_SDK_HOME/platforms"; then
AC_MSG_ERROR([the --with-android-sdk option does not point to an Android SDK])
fi
More information about the Libreoffice-commits
mailing list