CONFIGURE: do not display "shaders disabled" in case disabled opengl

This commit is contained in:
Pawel Kolodziejski 2014-07-06 17:16:48 +02:00
parent 77d3e9ac66
commit 55fa214b7f

4
configure vendored
View File

@ -4043,8 +4043,10 @@ elif test "$_opengles2" = "yes" ; then
else
if test "$_opengl_shaders" = "yes" ; then
echo "$_opengl (shaders enabled)"
else
elif test "$_opengl" = "yes" ; then
echo "$_opengl (shaders disabled)"
else
echo "no"
fi
fi