diff configure @ 16495:d2a47e40462f

fix expanding of $_ld_dl when needed by iconv
author aurel
date Thu, 15 Sep 2005 22:39:38 +0000
parents 2866304d5f4b
children d7da7bb42c2e
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