Skip to content

Commit

Permalink
CONFIGURE: AmigaOS requires -lpthread for libcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Sep 10, 2016
1 parent eb64843 commit 7f373b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure
Expand Up @@ -4179,6 +4179,10 @@ if test "$_libcurl" != "no"; then
LIBCURL_LIBS=`$_libcurlconfig --libs`
LIBCURL_CFLAGS=`$_libcurlconfig --cflags`

if test "$_host" = "amigaos"; then
append_var LIBCURL_LIBS "-lpthread"
fi

if test "$_libcurl" = "auto"; then
_libcurl=no

Expand Down

0 comments on commit 7f373b4

Please sign in to comment.