gl: Include GL_CFLAGS while checking for GL typedefs
authorMart Raudsepp <leio@gentoo.org>
Wed, 16 Jul 2014 13:31:27 +0000 (16:31 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 16 Jul 2014 14:37:54 +0000 (16:37 +0200)
commit96aa9316357e26f69790e296d3627718b6ca709e
tree359d06dc2688447ab7115b9b37ce80142f1885cb
parent0bb6d22ffc094dcbe2f41d2b037b4f038d158636
gl: Include GL_CFLAGS while checking for GL typedefs

Otherwise those checks may fail at configure time if they contain extra
include paths, while at build time they are included, potentially causing
incompatible typedefs between system GL headers and gstreamer compatibility
prototypes.

https://bugzilla.gnome.org/show_bug.cgi?id=733248
configure.ac