From 4bfdd021c71b221530c89c89260973df7b517e93 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BF=9E=E6=99=93=E7=A3=8A?= <elioxia@gmail.com>
Date: Sat, 19 Oct 2013 00:07:31 +0200
Subject: [PATCH] configure: remove \r from cc_ident,

This should fix cygwin + non-cygwin toolchain

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 101954e3e45..0ea62aac0df 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(){
-- 
GitLab