From 2800d3366c75fb5eb13dd1a5270bf9c5fa8684ec Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 17 Dec 2011 00:36:11 +0200 Subject: Do build cairo for Android, will likely be needed --- configure.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'configure.in') 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 -- cgit