From 4bfdd021c71b221530c89c89260973df7b517e93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BF=9E=E6=99=93=E7=A3=8A?= Date: Sat, 19 Oct 2013 00:07:31 +0200 Subject: configure: remove \r from cc_ident, This should fix cygwin + non-cygwin toolchain Signed-off-by: Michael Niedermayer --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 101954e3e4..0ea62aac0d 100755 --- a/configure +++ b/configure @@ -424,7 +424,7 @@ sh_quote(){ } cleanws(){ - echo "$@" | sed 's/^ *//;s/ */ /g;s/ *$//' + echo "$@" | sed 's/^ *//;s/ */ /g;s/ *$//;s/\r//g' } filter(){ -- cgit v1.2.3