]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: -pthread not available on AmigaOS 4.x
authorFutaura <oliver@futaura.co.uk>
Sun, 7 Aug 2022 14:42:35 +0000 (15:42 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Aug 2022 07:07:37 +0000 (09:07 +0200)
commitc7b322aac8decc38b76d1ba358bb22263d231a49
tree84a88d9e2417e714650475552fe630ed7910f25a
parent0ad7c8d7d599a7b63fb7117b2c59999b55c54c2d
configure: -pthread not available on AmigaOS 4.x

The most recent GCC builds for AmigaOS 4.x do not allow -pthread and
exit with an error. Instead, need to explictly specify -lpthread.

Closes #9266
.mailmap
configure.ac