From 928dfc4c94ac4132adffd86c23ec3b055c0981db Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Sun, 6 Apr 2003 23:01:27 +0000 Subject: include the iconv libs CVS patchset: 4556 CVS date: 2003/04/06 23:01:27 --- 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 f4b5ebc84..c4b7a57fc 100644 --- a/misc/xine-config.in +++ b/misc/xine-config.in @@ -100,7 +100,7 @@ if test "$echo_cflags" = "yes"; then fi if test "$echo_libs" = "yes"; then - echo -L@libdir@ -lxine @ZLIB_LIBS@ @THREAD_LIBS@ @EXTRA_X_LIBS@ + echo -L@libdir@ -lxine @ZLIB_LIBS@ @THREAD_LIBS@ @EXTRA_X_LIBS@ @LIBICONV@ fi if test "$echo_plugindir" = "yes"; then echo "@XINE_PLUGINPATH@" -- cgit v1.2.3