From 2087c82339edfa0cacfdfa612d99939a453624a7 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Tue, 19 Jan 2010 23:18:19 +0000 Subject: configure: do not use character classes with awk Some broken versions of awk (mawk, apparently used in debian) do not handle character classes in regular expressions. Originally committed as revision 21334 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index efd16bbe03..032fd5b4a5 100755 --- a/configure +++ b/configure @@ -2223,7 +2223,7 @@ enabled pic && enable_pic check_cc <