summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
author俞晓磊 <elioxia@gmail.com>2013-10-19 00:07:31 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-10-19 00:15:33 +0200
commit4bfdd021c71b221530c89c89260973df7b517e93 (patch)
treecc8ee585f59234ea42920da8a83f5566cecaec0d /configure
parentf5695926235c9b2a60af07b21c2d6f1db990cc2a (diff)
configure: remove \r from cc_ident,
This should fix cygwin + non-cygwin toolchain Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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(){