Fix a small typo in configure.ac for the COGL_DEFINES variable
authorNeil Roberts <neil@linux.intel.com>
Thu, 22 Jul 2010 15:12:46 +0000 (16:12 +0100)
committerNeil Roberts <neil@linux.intel.com>
Thu, 22 Jul 2010 20:48:48 +0000 (21:48 +0100)
commitd87b34f98283797a13e983f37ef9dd9f43407602
treece3d5feed5138309c2a0c96968987dce703b92cd
parenta1c74209795c341dc89dbe2f6c3a91242a8c813c
Fix a small typo in configure.ac for the COGL_DEFINES variable

There was an initializer for the COGL_DEFINES variable which sets it
to the empty value before it is filled in. The name of the variable
wasn't spelt right so it wouldn't work properly. This doesn't really
matter because it would default to empty anyway.
configure.ac