summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-12-17 00:36:11 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-12-17 00:42:04 +0200
commit2800d3366c75fb5eb13dd1a5270bf9c5fa8684ec (patch)
treeee1e6752424618f1392849eb6f5741c7ebb133eb /configure.in
parent0ef8beedb1d2ce70e4d5ec7b24afd1711db29f38 (diff)
Do build cairo for Android, will likely be needed
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 44a5af375fc4..433c5239364c 100644
--- a/configure.in
+++ b/configure.in
@@ -8800,11 +8800,7 @@ if test "$with_system_cairo" = "yes"; then
else
AC_MSG_RESULT([no])
- if test $_os = Android; then
- dnl For Android cairo isn't
- dnl buildable yet.
- :
- elif test $_os = WINNT; then
+ if test $_os = WINNT; then
dnl We only need cairo for Windows if we
dnl build librsvg or directx disabled
if test "$ENABLE_LIBRSVG" != NO -o -z "$ENABLE_DIRECTX"; then