qb: Remove poorly defined test behavior.
This commit is contained in:
parent
9503edce82
commit
b9a866326a
|
@ -118,7 +118,7 @@ if [ "$HAVE_SSE" = "yes" ]; then
|
||||||
CXXFLAGS="$CXXFLAGS -msse -msse2"
|
CXXFLAGS="$CXXFLAGS -msse -msse2"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$HAVE_EGL" != "no" -a "$OS" != 'Win32' ]; then
|
if [ "$HAVE_EGL" != "no" ] && [ "$OS" != 'Win32' ]; then
|
||||||
check_pkgconf EGL "$VC_PREFIX"egl
|
check_pkgconf EGL "$VC_PREFIX"egl
|
||||||
# some systems have EGL libs, but no pkgconfig
|
# some systems have EGL libs, but no pkgconfig
|
||||||
if [ "$HAVE_EGL" = "no" ]; then
|
if [ "$HAVE_EGL" = "no" ]; then
|
||||||
|
|
Loading…
Reference in New Issue