summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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