From cb30e1edd556a608cb351179a4c7537a54bd07c0 Mon Sep 17 00:00:00 2001 From: aurel Date: Thu, 15 Sep 2005 22:39:38 +0000 Subject: [PATCH] fix expanding of $_ld_dl when needed by iconv git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16496 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index d1889e6fe2..3a777b925d 100755 --- a/configure +++ b/configure @@ -2835,7 +2835,7 @@ EOF _ld_iconv='-liconv' elif cc_check $_ld_lm -liconv $_ld_dl ; then _iconv=yes - _ld_iconv='-liconv $_ld_dl' + _ld_iconv="-liconv $_ld_dl" fi fi if test "$_iconv" = yes ; then