summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-09-26 15:09:10 +0300
committerTor Lillqvist <tml@iki.fi>2011-09-26 15:09:41 +0300
commita45732406540e0a3196506e184c00f664084588f (patch)
treeb036b845beb36c988161b3a54e0eda0eea0e078b /configure.in
parentUpdate the sample autogen.lastrun for Android (diff)
downloadcore-a45732406540e0a3196506e184c00f664084588f.tar.gz
core-a45732406540e0a3196506e184c00f664084588f.zip
Match the Android host_os that the new config.sub produces
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index fbc16cc18984..f1a38b7f8729 100644
--- a/configure.in
+++ b/configure.in
@@ -1709,7 +1709,7 @@ dragonfly*)
_os=DragonFly
;;
-androideabi*)
+linux-androideabi*)
build_gstreamer=no
test_cups=no
test_fontconfig=no
@@ -1723,7 +1723,7 @@ androideabi*)
;;
*)
- AC_MSG_ERROR([$host_os operating system is not suitable to build LibreOffice!])
+ AC_MSG_ERROR([$host_os operating system is not suitable to build LibreOffice for!])
;;
esac