configure: remove \r from cc_ident,

This should fix cygwin + non-cygwin toolchain

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/39/head
俞晓磊 11 years ago committed by Michael Niedermayer
parent f569592623
commit 4bfdd021c7
  1. 2
      configure

2
configure vendored

@ -424,7 +424,7 @@ sh_quote(){
}
cleanws(){
echo "$@" | sed 's/^ *//;s/ */ /g;s/ *$//'
echo "$@" | sed 's/^ *//;s/ */ /g;s/ *$//;s/\r//g'
}
filter(){

Loading…
Cancel
Save