summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-06-05 20:54:41 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-06-05 20:54:41 +0000
commitf4dd52c78607ca7e15fa5c5dbbe64fb82314646d (patch)
treeb5ec90136228af0dd2768776dad75f1323038e34
parent7383912f55e1bf8d38044685904bb2e929efcde3 (diff)
downloadxine-lib-f4dd52c78607ca7e15fa5c5dbbe64fb82314646d.tar.gz
xine-lib-f4dd52c78607ca7e15fa5c5dbbe64fb82314646d.tar.bz2
Fixed FreeBSD problem with threads.
CVS patchset: 129 CVS date: 2001/06/05 20:54:41
-rw-r--r--misc/xine-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xine-config.in b/misc/xine-config.in
index 019f9b2b2..046ee9226 100644
--- a/misc/xine-config.in
+++ b/misc/xine-config.in
@@ -84,7 +84,7 @@ if test "$echo_cflags" = "yes"; then
fi
if test "$echo_libs" = "yes"; then
- echo -L@libdir@ -lxine
+ echo -L@libdir@ -lxine @THREAD_LIBS@
fi
if test "$echo_plugindir" = "yes"; then
echo "@XINE_PLUGINPATH@"