From 6db150e3127594db32411688bfe149675183f501 Mon Sep 17 00:00:00 2001 From: radius Date: Sun, 24 Jul 2016 21:55:30 -0500 Subject: [PATCH] windows configure script fix --- 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 a41521e468..06efe16937 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -95,7 +95,7 @@ if [ "$HAVE_SSE" = "yes" ]; then CXXFLAGS="$CXXFLAGS -msse -msse2" fi -if [ "$HAVE_EGL" != "no" ]; then +if [ "$HAVE_EGL" != "no" -a "$OS" != 'Win32' ]; then check_pkgconf EGL egl # some systems have EGL libs, but no pkgconfig if [ "$HAVE_EGL" = "no" ]; then