diff options
author | Douglas Mencken <dougmencken@gmail.com> | 2013-12-24 12:36:59 -0500 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-17 11:55:32 +0000 |
commit | 2fd70b6bf799843d2d9987cc90a5b373f31039f7 (patch) | |
tree | f2ab0503f1adf1d908821d74788525d0e21fcc7e /configure.ac | |
parent | 40a8b1f92c8befa39fc42e845994a00a70edab9f (diff) |
Get bundled curl to be used on OS X too
Don't force "yes" on Darwin.
Change-Id: I3a6a2ecdf15325d07fb22b9a6bb0da7b313036cb
Reviewed-on: https://gerrit.libreoffice.org/7197
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 24d7ce70f287..9e5f7de9c0a0 100644 --- a/configure.ac +++ b/configure.ac @@ -8654,14 +8654,7 @@ dnl Check for system curl dnl =================================================================== AC_MSG_CHECKING([which libcurl to use]) if test "$with_system_curl" = "auto"; then - case "$_os" in - Darwin) - with_system_curl=yes - ;; - *) - with_system_curl="$with_system_libs" - ;; - esac + with_system_curl="$with_system_libs" fi if test "$with_system_curl" = "yes"; then |