openbsd: remove -pthread

This is not needed any longer; libpthread is properly included in
shared libs on OpenBSD where -pthread -lpthread mean the same.
This commit is contained in:
Antoine Jacoutot 2014-04-10 10:40:16 +02:00
parent 94e5dafbc9
commit 74ec947079

View File

@ -2276,9 +2276,6 @@ case $host in
*-*-freebsd*|*-*-linux*)
G_THREAD_LIBS_FOR_GTHREAD="`echo $G_THREAD_LIBS | sed s/-pthread/-lpthread/`"
;;
*-*-openbsd*)
LDFLAGS="$LDFLAGS -pthread"
;;
*)
G_THREAD_LIBS_FOR_GTHREAD="$G_THREAD_LIBS"
;;