diff options
-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@" |