core: link with libnetwork and not libpthread on Haiku (autotools) (issue #1420)

This commit is contained in:
Sébastien Helleu 2019-11-10 11:05:32 +01:00
parent 8d991f1284
commit 421d6481da

View File

@ -1327,6 +1327,9 @@ netbsd*)
gnu*)
LDFLAGS="$LDFLAGS -lpthread"
;;
haiku*)
LDFLAGS="$LDFLAGS -lnetwork"
;;
*)
;;
esac