mesa: use #if over #ifdef in the FEATURE_ES1 check to fix a build failure.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sat, 18 Aug 2012 09:51:22 +0000 (11:51 +0200)
committerBrian Paul <brianp@vmware.com>
Sat, 18 Aug 2012 13:53:54 +0000 (07:53 -0600)
commitd0ace4e949d0e2f11e6f0fb0fd97ccde58457937
treede589bdf76c0bed5211b0fb0d10d121b79b432b7
parent5b542681dc05b8b9eba677ee74323ac0ff85a5f0
mesa: use #if over #ifdef in the FEATURE_ES1 check to fix a build failure.

mfeatures.h will define FEATURE_ES1 to 0 if it's not defined yet.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=53664

Signed-off-by: Brian Paul <brianp@vmware.com>
src/mesa/main/es1_conversion.c