From 42984d1bfb5050ad892e4cd6758028a32dd05487 Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 7 May 2010 00:12:21 +0100 Subject: [PATCH] Make ALUT 1.0 builds again, hopefully in the short term - MinGW needs this. --- simgear/sound/soundmgr_openal.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.5