Skip to content
Snippets Groups Projects
Commit e0099fda authored by Mans Rullgard's avatar Mans Rullgard Committed by Michael Niedermayer
Browse files

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: default avatarMans Rullgard <mans@mansr.com>
(cherry picked from commit 3ad464bf)
parent 48e05567
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment