diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-09-26 15:09:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-09-26 15:09:41 +0300 |
commit | a45732406540e0a3196506e184c00f664084588f (patch) | |
tree | b036b845beb36c988161b3a54e0eda0eea0e078b /configure.in | |
parent | dee0123807b52a0d1438ee3362f6686ec83067f0 (diff) |
Match the Android host_os that the new config.sub produces
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
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 |