From: James Turner Date: Thu, 6 May 2010 23:12:21 +0000 (+0100) Subject: Make ALUT 1.0 builds again, hopefully in the short term - MinGW needs this. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=42984d1bfb5050ad892e4cd6758028a32dd05487;p=simgear.git Make ALUT 1.0 builds again, hopefully in the short term - MinGW needs this. --- diff --git a/simgear/sound/soundmgr_openal.cxx b/simgear/sound/soundmgr_openal.cxx index 16d9e794..750c4b0f 100644 --- a/simgear/sound/soundmgr_openal.cxx +++ b/simgear/sound/soundmgr_openal.cxx @@ -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 }