eglinfo: check for GL-version, not symbol
We can't just check if the symbol; that might exist even when we can't call the function. We should instead check for the version here.
This aviods error spewing from Mesa when using drivers for older hardware.
Fixes: 2576d9cd ("eglinfo: print OpenGL[ES] extensions")