util: Use #ifdef instead of #if.
authorVinson Lee <vlee@vmware.com>
Sun, 22 Aug 2010 06:36:30 +0000 (23:36 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 22 Aug 2010 06:36:30 +0000 (23:36 -0700)
This is a typo fix of earlier commit 0f3b3751b8643352dcc242567b3696bd1505df1d.

src/gallium/auxiliary/util/u_cpu_detect.c

index 5d0b16d28e162cd9490d95f10cdf833fda5a3b40..32519b148b6467fad3cb8bd8891d590d54521243 100644 (file)
@@ -73,7 +73,7 @@
 #endif
 
 
-#if DEBUG
+#ifdef DEBUG
 DEBUG_GET_ONCE_BOOL_OPTION(dump_cpu, "GALLIUM_DUMP_CPU", FALSE)
 #endif