diff options
author | Emil Velikov <[email protected]> | 2018-06-14 14:15:59 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-06-21 12:09:39 +0100 |
commit | dfb1f2759c668ad0e2147ca0b29aed6fb2473451 (patch) | |
tree | 8e1b6f774287e02ef972d3acd352cc6f838efa4f /docs/release-calendar.html | |
parent | d589eddc8be5240632d42ae1931b0b6a82ff524c (diff) |
configure: use compliant grep regex checks
The current `grep "foo\|bar"' trips on some grep implementations, like
the FreeBSD one. Instead use `egrep "foo|bar"' as suggested by Stefan.
Cc: Stefan Esser <[email protected]>
Reported-by: Stefan Esser <[email protected]>
Bugzilla: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228673
Fixes: 1914c814a6c ("configure: error out if building OMX w/o supported platform")
Fixes: 63e11ac2b5c ("configure: error out if building VA w/o supported platform")
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'docs/release-calendar.html')
0 files changed, 0 insertions, 0 deletions