From b9a866326ad70be870bb70ac2253926949f45ff7 Mon Sep 17 00:00:00 2001 From: orbea Date: Tue, 24 Oct 2017 19:01:36 -0700 Subject: [PATCH] qb: Remove poorly defined test behavior. --- qb/config.libs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 7cf9be01b2..2104380165 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -118,7 +118,7 @@ if [ "$HAVE_SSE" = "yes" ]; then CXXFLAGS="$CXXFLAGS -msse -msse2" fi -if [ "$HAVE_EGL" != "no" -a "$OS" != 'Win32' ]; then +if [ "$HAVE_EGL" != "no" ] && [ "$OS" != 'Win32' ]; then check_pkgconf EGL "$VC_PREFIX"egl # some systems have EGL libs, but no pkgconfig if [ "$HAVE_EGL" = "no" ]; then