summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@gnome.org>2014-04-10 10:40:16 +0200
committerAntoine Jacoutot <ajacoutot@gnome.org>2014-04-12 07:56:09 +0200
commit74ec947079e9159c71b28b98439b8a7ad9c415ee (patch)
tree36847b89cb2018e567e020ebf3b2b6846f30b3bb /configure.ac
parent94e5dafbc9ae823590aa3a3f3989b8f5978f1a9d (diff)
openbsd: remove -pthread
This is not needed any longer; libpthread is properly included in shared libs on OpenBSD where -pthread -lpthread mean the same.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 806b6dfe2..f5ce6af16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"
;;