summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-04-06 23:01:27 +0000
committerMike Melanson <mike@multimedia.cx>2003-04-06 23:01:27 +0000
commit928dfc4c94ac4132adffd86c23ec3b055c0981db (patch)
tree68b4ec4508a18ed9f6dbb88f3bf09d0bfe11e414
parente53e7d10665f18720746034eca7a2b8daf2a98b9 (diff)
downloadxine-lib-928dfc4c94ac4132adffd86c23ec3b055c0981db.tar.gz
xine-lib-928dfc4c94ac4132adffd86c23ec3b055c0981db.tar.bz2
include the iconv libs
CVS patchset: 4556 CVS date: 2003/04/06 23:01:27
-rw-r--r--misc/xine-config.in2
1 files changed, 1 insertions, 1 deletions
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@"