# HG changeset patch # User aurel # Date 1126823978 0 # Node ID d2a47e40462f6d81dffaeeed0f1fe6d9e47ab57c # Parent c02c949874807b5c77ddee85f1808776f3f2cdc0 fix expanding of $_ld_dl when needed by iconv diff -r c02c94987480 -r d2a47e40462f configure --- a/configure Thu Sep 15 11:46:50 2005 +0000 +++ b/configure Thu Sep 15 22:39:38 2005 +0000 @@ -2835,7 +2835,7 @@ _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