configure: Improves GLES 1.x checks
authorRobert Bragg <robert@linux.intel.com>
Tue, 6 Jul 2010 13:23:40 +0000 (14:23 +0100)
committerRobert Bragg <robert@linux.intel.com>
Tue, 6 Jul 2010 14:02:36 +0000 (15:02 +0100)
commit6757f41c861481540cbea86dd624860645df0ff1
tree788703ddd2e24e60495e40af3c882521ceff499e
parent5cb4e0c5d002809afbce93f477ba968979f0c5be
configure: Improves GLES 1.x checks

We now always aim to use pkg-config based configuration when possible,
but when not configure.ac now knows the difference between GLES_CM
libraries that contain EGL symbols (I.e. a separate EGL library doesn't
need to be found) and GLESv1_CM libraries that don't contain EGL
symbols.

http://bugzilla.clutter-project.org/show_bug.cgi?id=2160
configure.ac