Fix typo in previous compiler patch for gcc 3.x
authorJens Axboe <jens.axboe@oracle.com>
Thu, 29 Mar 2007 07:33:46 +0000 (09:33 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 29 Mar 2007 07:33:46 +0000 (09:33 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
compiler.h

index 0d17ae11668ffec2c4965898add6127363fd5716..8a3fe634899d57497f896ee6af890a51dd758168 100644 (file)
@@ -3,7 +3,7 @@
 
 #if __GNUC__ >= 4
 #include "compiler-gcc4.h"
-#elif __GNUC == 3
+#elif __GNUC__ == 3
 #include "compiler-gcc3.h"
 #else
 #error Compiler too old, need gcc at least gcc 3.x