]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/zfstream.cxx
Updates to build system to better support automake-1.5
[simgear.git] / simgear / misc / zfstream.cxx
index fc795ee3ecbada4d2e0b15ff6a654a6fc081f4ba..d470ec35e525251de29cd0af562189a10edc48f3 100644 (file)
@@ -41,7 +41,7 @@
 gzfilebuf::gzfilebuf()
     : streambuf(),
       file(NULL),
-#if defined( __MWERKS__ )
+#if defined( __MWERKS__ ) || __GNUC__ > 2
       mode(ios_openmode(0)),
 #else
       mode(0),