changeset 16495:d2a47e40462f

fix expanding of $_ld_dl when needed by iconv
author aurel
date Thu, 15 Sep 2005 22:39:38 +0000
parents c02c94987480
children cca6a74cf898
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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