[Libreoffice-commits] core.git: configure.ac

Tor Lillqvist tml at collabora.com
Thu Nov 21 12:57:14 PST 2013


 configure.ac |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 618052e201318bcfba8a0fcdd29cf88eaa4a143e
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Nov 21 22:52:24 2013 +0200

    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

diff --git a/configure.ac b/configure.ac
index e3615d9..f2cebbe 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


More information about the Libreoffice-commits mailing list