X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=configure;h=6e989c29a5256cf108c0ff8f0b70462dabcd92d4;hb=9ecf7166d24755752a87c979c910b67baf556fdb;hp=0554463a23166d64f6c155bfeb74a1b2386ba0b9;hpb=b8025f3436c15aa2235939016c48e02948eff74b;p=deliverable%2Fbinutils-gdb.git diff --git a/configure b/configure index 0554463a23..6e989c29a5 100755 --- a/configure +++ b/configure @@ -1768,7 +1768,7 @@ set -- "$progname" "$@" for ac_arg do case "$ac_arg" in - *" "*|*" "*|*\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?*) + *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` # if the argument is of the form -foo=baz, quote the baz part only ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;