]> git.sesse.net Git - ffmpeg/commit
configure: fix non-standard regex used with expr
authorMans Rullgard <mans@mansr.com>
Sun, 13 Feb 2011 21:00:03 +0000 (21:00 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 14 Feb 2011 22:58:20 +0000 (23:58 +0100)
commite0099fdaacdcbe758c1fca3111de5f4c5ebccc01
treef2059a632645922e0da778e93a42e19db3cf631c
parent48e05567390ca98b3cfe0dec171e28f458765698
configure: fix non-standard regex used with expr

The colon operator of expr always anchors the pattern at the start
of the string.  An explicit ^ in the pattern has unspecified
behaviour, so remove it.

Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 3ad464bfc7df6d0f68c7df9c907089b84d92ab75)
configure