Skip to content
Commit 3c1eaa59 authored by Emil Velikov's avatar Emil Velikov Committed by Dylan Baker
Browse files

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 <se@FreeBSD.org>
Reported-by: default avatarStefan Esser <se@FreeBSD.org>
Bugzilla: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228673


Fixes: 1914c814 ("configure: error out if building OMX w/o supported platform")
Fixes: 63e11ac2 ("configure: error out if building VA w/o supported platform")
Signed-off-by: default avatarEmil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: default avatarMatt Turner <mattst88@gmail.com>
(cherry picked from commit dfb1f275)
parent 564c8820
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment