summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-09-19 19:59:18 +0300
committerTor Lillqvist <tml@collabora.com>2013-09-19 19:59:18 +0300
commitfed96abcb593925ab4fd39e3938632a54b37ee8b (patch)
tree71dadae0e4b5f94971f2c9236b5e409a47df2aa4
parentfec4c9b9e6aff625c4cccbc477d416e82fecb8c5 (diff)
No need to by default avoid liborcus for Android, iOS and OS X
Change-Id: I0e96784a86fa1f62718264fc09f0d2b4646ecd7d
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d9691c2d8b4e..8844a8837bf8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -483,7 +483,6 @@ 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"
@@ -576,7 +575,6 @@ linux-android*)
enable_opengl=no
enable_lpsolve=no
enable_report_builder=no
- enable_orcus=no
with_theme="tango"
test_cups=no
test_dbus=no
@@ -8947,7 +8945,7 @@ dnl Orcus
dnl ===================================================================
AC_MSG_CHECKING([whether to enable orcus])
-if test $_os != Darwin -a $_os != Android -a $_os != iOS -a \( -z "$enable_orcus" -o "$enable_orcus" != no \); then
+if test -z "$enable_orcus" -o "$enable_orcus" != no; then
AC_MSG_RESULT([yes])
ENABLE_ORCUS="TRUE"
AC_DEFINE(ENABLE_ORCUS)