diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-11-03 18:58:29 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-11-03 18:58:29 +0000 |
commit | 2bdbde0dedba8aa2c65f82cb6bb041ca4f1ac854 (patch) | |
tree | 454eaa14d47f81350aaface20a2dbcde307e26a7 | |
parent | 10c9c2849eaa39c9a166b8215c933e157bacfd2b (diff) | |
download | xine-lib-2bdbde0dedba8aa2c65f82cb6bb041ca4f1ac854.tar.gz xine-lib-2bdbde0dedba8aa2c65f82cb6bb041ca4f1ac854.tar.bz2 |
make sure frontend links to -lrt when posix timers are used
(i don't know if this is really needed though...)
CVS patchset: 7101
CVS date: 2004/11/03 18:58:29
-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 c1ca9b891..4cdd4277c 100644 --- a/misc/xine-config.in +++ b/misc/xine-config.in @@ -104,7 +104,7 @@ if test "$echo_cflags" = "yes"; then fi if test "$echo_libs" = "yes"; then - echo -L@libdir@ -lxine @ZLIB_LIBS_CONFIG@ @NET_LIBS@ @THREAD_LIBS_CONFIG@ @LIBICONV@ + echo -L@libdir@ -lxine @ZLIB_LIBS_CONFIG@ @NET_LIBS@ @THREAD_LIBS_CONFIG@ @LIBICONV@ @RT_LIBS@ fi if test "$echo_plugindir" = "yes"; then echo "@XINE_PLUGINPATH@" |