]> git.cworth.org Git - fips/commit
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)
commit5381d581fe6d0c79a485f3179cd5505b7efb9336
treea0542cabbe914d1ecf90623fb40866204d2d9255
parentfac9c8c2d3bfc5e97f2fdcf90f8cbe3ac9b2c49e
configure: Fix configure check to look for egl.h in the correct directory

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).
configure