diff options
author | Matthias Hopf <mat@mshopf.de> | 2002-01-09 15:16:37 +0000 |
---|---|---|
committer | Matthias Hopf <mat@mshopf.de> | 2002-01-09 15:16:37 +0000 |
commit | 3135c54e9a68fb6396c39027bac0d8be5cf794d6 (patch) | |
tree | 9000bbf96e53096a25b8b2a75351a7e98e4b8248 /misc | |
parent | d6ec86729a295f2726e9293ed76d7ea16bd58742 (diff) | |
download | xine-lib-3135c54e9a68fb6396c39027bac0d8be5cf794d6.tar.gz xine-lib-3135c54e9a68fb6396c39027bac0d8be5cf794d6.tar.bz2 |
IRIX port finally compiles (and actually works) again.
CVS patchset: 1379
CVS date: 2002/01/09 15:16:37
Diffstat (limited to 'misc')
-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 97c5afc6b..8126b9022 100644 --- a/misc/xine-config.in +++ b/misc/xine-config.in @@ -96,7 +96,7 @@ if test "$echo_cflags" = "yes"; then fi if test "$echo_libs" = "yes"; then - echo -L@libdir@ -lxineutils -lxine @INTLLIBS@ @THREAD_LIBS@ + echo -L@libdir@ -lxineutils -lxine @THREAD_LIBS@ fi if test "$echo_plugindir" = "yes"; then echo "@XINE_PLUGINPATH@" |