summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-17 09:47:02 +0000
committerrubidium <rubidium@openttd.org>2008-08-17 09:47:02 +0000
commita8c9ba2ffea881621245b8f79e98009d58a84748 (patch)
treea4ce8fd94259644b5c28e9f0f08db01f818013aa
parent5314e27ff11fcd8be62ff5406b37b8738bc27bee (diff)
downloadopenttd-a8c9ba2ffea881621245b8f79e98009d58a84748.tar.xz
(svn r14088) -Fix (r5994): librt isn't needed to be linked against explicitly as we don't use any functionality of it.
-rw-r--r--config.lib1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.lib b/config.lib
index e741b00f8..1e21b9bde 100644
--- a/config.lib
+++ b/config.lib
@@ -1073,7 +1073,6 @@ make_cflags_and_ldflags() {
if [ "$os" != "CYGWIN" ] && [ "$os" != "FREEBSD" ] && [ "$os" != "OPENBSD" ] && [ "$os" != "MINGW" ] && [ "$os" != "MORPHOS" ] && [ "$os" != "OSX" ] && [ "$os" != "WINCE" ] && [ "$os" != "PSP" ] && [ "$os" != "OS2" ]; then
LIBS="$LIBS -lpthread"
- LIBS="$LIBS -lrt"
fi
if [ "$os" != "CYGWIN" ] && [ "$os" != "MINGW" ] && [ "$os" != "WINCE" ]; then