diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-06-05 20:54:41 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-06-05 20:54:41 +0000 |
commit | f4dd52c78607ca7e15fa5c5dbbe64fb82314646d (patch) | |
tree | b5ec90136228af0dd2768776dad75f1323038e34 | |
parent | 7383912f55e1bf8d38044685904bb2e929efcde3 (diff) | |
download | xine-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.in | 2 |
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@" |