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 }