From: Måns Rullgård Date: Tue, 19 Jan 2010 23:18:19 +0000 (+0000) Subject: configure: do not use character classes with awk X-Git-Tag: v0.6~1782 X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff_plain/2087c82339edfa0cacfdfa612d99939a453624a7 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 --- diff --git a/configure b/configure index efd16bbe03..032fd5b4a5 100755 --- a/configure +++ b/configure @@ -2223,7 +2223,7 @@ enabled pic && enable_pic check_cc <