]> git.mxchange.org Git - simgear.git/commitdiff
Make ALUT 1.0 builds again, hopefully in the short term - MinGW needs this.
authorJames Turner <zakalawe@mac.com>
Thu, 6 May 2010 23:12:21 +0000 (00:12 +0100)
committerJames Turner <zakalawe@mac.com>
Thu, 6 May 2010 23:12:21 +0000 (00:12 +0100)
simgear/sound/soundmgr_openal.cxx

index 16d9e7948f9c6ca8e08562d17430887ec688a0bd..750c4b0f94fbb17a50899fe364e6e1b26ce449c4 100644 (file)
@@ -89,7 +89,7 @@ SGSoundMgr::SGSoundMgr() :
     }
     _alut_init++;
 #else
-  #error ALUT 1.1 required, ALUT 1.0 is no longer supported, please upgrade
+  //#error ALUT 1.1 required, ALUT 1.0 is no longer supported, please upgrade
 #endif
 }