[Libreoffice-commits] core.git: Branch 'feature/configure-disable-orcus' - configure.ac
Kohei Yoshida
kohei.yoshida at collabora.com
Wed Sep 18 18:38:15 PDT 2013
configure.ac | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 82be1ed039e83feefa169e9b0a86610a5d59066a
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date: Wed Sep 18 21:39:38 2013 -0400
Diable orcus on cygwin, OS X, iOS and Android by default.
Change-Id: Ife2b2d00ba1439a10a61dca72a95e8cbcbd798eb
diff --git a/configure.ac b/configure.ac
index 141d0e1..93880f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -443,6 +443,7 @@ cygwin*|interix*|mingw32*)
test_xrender=no
test_freetype=no
test_fontconfig=no
+ enable_orcus=no
_os=WINNT
DLLPOST=".dll"
@@ -482,6 +483,7 @@ darwin*) # Mac OS X or iOS
_os=Darwin
fi
enable_systray=no
+ enable_orcus=no
# See comment above the case "$host_os"
LINKFLAGSSHL="-dynamiclib -single_module"
@@ -574,6 +576,7 @@ linux-android*)
enable_opengl=no
enable_lpsolve=no
enable_report_builder=no
+ enable_orcus=no
with_theme="tango"
test_cups=no
test_dbus=no
More information about the Libreoffice-commits
mailing list