summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-21 22:52:24 +0200
committerTor Lillqvist <tml@collabora.com>2013-11-21 22:54:20 +0200
commit618052e201318bcfba8a0fcdd29cf88eaa4a143e (patch)
tree891c055427a0f81da7b07b09e72c0523dc99986f /configure.ac
parent5556b1ffaf81543af680c1f68b79f36d7ad1785e (diff)
Let's try to manage without building curl for iOS for now
There was some minor problem in building curl for iOS and I was feeling lazy and didn't want to bother fixing that. The experimental LibreOffice app linked fine without curl. Change-Id: I9ed1fb814bf8b6c4e2a01a58812face68ae2fb68
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e3615d9e3e99..f2cebbea7945 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8667,6 +8667,9 @@ if test "$with_system_curl" = "yes"; then
libo_MINGW_TRY_DLL([libgpg-error])
libo_MINGW_TRY_DLL([libgcrypt])
libo_MINGW_TRY_DLL([libssh2])
+elif test $_os = iOS; then
+ # Let's see if we need curl, I think not?
+ AC_MSG_RESULT([none])
else
AC_MSG_RESULT([internal])
SYSTEM_CURL=NO