summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.lib4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.lib b/config.lib
index 531db0c93..ad269fe46 100644
--- a/config.lib
+++ b/config.lib
@@ -1565,10 +1565,6 @@ make_cflags_and_ldflags() {
LIBS="$LIBS -pthread"
fi
- if [ "$os" = "FREEBSD" ]; then
- LIBS="$LIBS -lpthread"
- fi
-
if [ "$os" = "OSX" ]; then
LDFLAGS="$LDFLAGS -framework Cocoa"