MORPHOS: Fix configure

This commit is contained in:
BeWorld 2020-05-03 21:55:54 +02:00 committed by Eugene Sandulenko
parent 94b31c086d
commit ead34d3fc6

5
configure vendored
View File

@ -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"
;;