Merge pull request #5605 from orbea/test

qb: Remove poorly defined test behavior.
This commit is contained in:
Twinaphex 2017-10-25 04:27:45 +02:00 committed by GitHub
commit 6575cc5166

View File

@ -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