configure.ac: Fix the missing COGL_HAS_GLES[12] defines
authorNeil Roberts <neil@linux.intel.com>
Thu, 22 Jul 2010 15:14:59 +0000 (16:14 +0100)
committerNeil Roberts <neil@linux.intel.com>
Thu, 22 Jul 2010 20:48:49 +0000 (21:48 +0100)
commitf17717717ab3266676053bc020f45b6bacdcee0f
treed223e5be79741514047916c80a45decbacd4d08c
parentd87b34f98283797a13e983f37ef9dd9f43407602
configure.ac: Fix the missing COGL_HAS_GLES[12] defines

In 7fae8ac051 the two cogl-defines.h files from GLES and GL were
unified. However this missed out the COGL_HAS_GLES[12] defines from
GLES. The configure.ac still made an AC_SUBST for the right version
but the replacement was never put in any headers. This fixes it so
that instead of directly calling AC_SUBST the value is now put into a
variable which later gets added to COGL_DEFINES so that it will end up
in cogl-defines.h
configure.ac