[Libreoffice-commits] core.git: configure.ac
Andrea Gelmini
andrea.gelmini at gelma.net
Thu Jan 18 16:31:39 UTC 2018
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 858153610849c5448a181e6709a972a54e6ae126
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Thu Jan 18 17:26:05 2018 +0100
Fix typo
Change-Id: I2e60032c1a306742cd73aef8579a0f082fe1a366
Reviewed-on: https://gerrit.libreoffice.org/48141
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/configure.ac b/configure.ac
index b27e1abb4293..72774d715efd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -481,7 +481,7 @@ if test -n "$with_android_ndk"; then
ANDROIDCFLAGS="$ANDROIDCFLAGS -gcc-toolchain $ANDROID_BINUTILS_PREBUILT_ROOT -target $LLVM_TRIPLE$ANDROID_API_LEVEL -no-canonical-prefixes"
# android is using different sysroots for compilation and linking, but as
- # there is no full separation in configure and elsewehere, use isystem for
+ # there is no full separation in configure and elsewhere, use isystem for
# compilation stuff and sysroot for linking
ANDROIDCFLAGS="$ANDROIDCFLAGS -D__ANDROID_API__=$ANDROID_API_LEVEL -isystem $ANDROID_NDK_HOME/sysroot/usr/include"
ANDROIDCFLAGS="$ANDROIDCFLAGS -isystem $ANDROID_NDK_HOME/sysroot/usr/include/$android_gnu_prefix"
More information about the Libreoffice-commits
mailing list