From 2bdbde0dedba8aa2c65f82cb6bb041ca4f1ac854 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Wed, 3 Nov 2004 18:58:29 +0000 Subject: 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 --- misc/xine-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') 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@" -- cgit v1.2.3