]> git.mxchange.org Git - simgear.git/commitdiff
gcc 4.0 fix.
authorehofman <ehofman>
Sat, 18 Dec 2004 10:53:54 +0000 (10:53 +0000)
committerehofman <ehofman>
Sat, 18 Dec 2004 10:53:54 +0000 (10:53 +0000)
simgear/compiler.h

index ec05e881d3844907b6eb7e6e7bdc173dbdfc3d52..05a4a36b171d3f944e49d1f5ae1970943f667b84 100644 (file)
 #      define STL_STRSTREAM  <strstream>
 
 #    endif
-#  elif __GNUC__ == 3
+#  elif __GNUC__ >= 3
        // g++-3.0.x
 #      define SG_EXPLICIT_FUNCTION_TMPL_ARGS
 #      define SG_NEED_AUTO_PTR