summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorplanetmaker <planetmaker@openttd.org>2015-04-11 10:47:20 +0000
committerplanetmaker <planetmaker@openttd.org>2015-04-11 10:47:20 +0000
commit5c80edb7edeb983d65d8fff73c057f0addc2fdb3 (patch)
treeebfb5474e3c6283de776229e156dbd47a800cfd2
parentb1a9cf2ed81cd859416b85603fc6add57fa49eee (diff)
downloadopenttd-5c80edb7edeb983d65d8fff73c057f0addc2fdb3.tar.xz
(svn r27224) -Cleanup: Duplicate #ifdef for FreeBSD (AMDim3)
-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"