From 74d6531b9aba8e6df85e61bc04de562ca3971f2b Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 17 Sep 2019 08:34:54 +0200 Subject: CONFIGURE: Fix libcurl detection for macOS --- configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure') diff --git a/configure b/configure index fcc16b81f0..421d8ebbf0 100755 --- a/configure +++ b/configure @@ -4730,6 +4730,10 @@ if test "$_libcurl" != "no"; then amigaos*) append_var LIBCURL_LIBS "-lpthread" ;; + # macOS does not allow static libs, overriding + darwin*) + LIBCURL_LIBS=`$_libcurlconfig --libs` + ;; psp2*) append_var LIBCURL_LIBS "-lssl -lcrypto" ;; -- cgit v1.2.3