From f4dd52c78607ca7e15fa5c5dbbe64fb82314646d Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Tue, 5 Jun 2001 20:54:41 +0000 Subject: Fixed FreeBSD problem with threads. CVS patchset: 129 CVS date: 2001/06/05 20:54:41 --- misc/xine-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@" -- cgit v1.2.3