]> git.cworth.org Git - fips/commitdiff
configure: Fix configure check to look for egl.h in the correct directory
authorCarl Worth <cworth@cworth.org>
Mon, 24 Jun 2013 22:27:50 +0000 (15:27 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 24 Jun 2013 22:27:50 +0000 (15:27 -0700)
This configure check was broken by looking for GL/egl.h instead of
EGL/egl.h as it should. This failure was masked on any system with an
EGL implementation providing a pkg-config file (egl.pc).


No differences found