From ead34d3fc6274b0614275cc93c222f2ccb706071 Mon Sep 17 00:00:00 2001 From: BeWorld <36823759+BeWorld2018@users.noreply.github.com> Date: Sun, 3 May 2020 21:55:54 +0200 Subject: [PATCH] MORPHOS: Fix configure --- configure | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure b/configure index 31d1936bf33..ecd87545870 100755 --- a/configure +++ b/configure @@ -4746,16 +4746,13 @@ if test "$_libcurl" != "no"; then LIBCURL_CFLAGS=`$_libcurlconfig --cflags` case $_host_os in - amigaos*) + amigaos* | morphos*) append_var LIBCURL_LIBS "-lpthread" ;; # macOS does not allow static libs, overriding darwin*) LIBCURL_LIBS=`$_libcurlconfig --libs` ;; - morphos*) - append_var LIBCURL_LIBS "-lpthread" - ;; psp2*) append_var LIBCURL_LIBS "-lssl -lcrypto" ;;