From 357b070120317153af41c1b5b0bd6878a814aa27 Mon Sep 17 00:00:00 2001 From: Michel Selten Date: Tue, 16 Sep 2003 19:28:29 +0000 Subject: * Fix bug #390 - auto/gcc compile fails on irix:openal OpenAL is now a configurable option again. The trick was to update the SND_DependKludge not to #define/#undef anything when the auto* tools are used. --- intern/SoundSystem/SND_DependKludge.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'intern') diff --git a/intern/SoundSystem/SND_DependKludge.h b/intern/SoundSystem/SND_DependKludge.h index b11697cd76f..d5d8dd27972 100644 --- a/intern/SoundSystem/SND_DependKludge.h +++ b/intern/SoundSystem/SND_DependKludge.h @@ -34,6 +34,8 @@ * ***** END GPL/BL DUAL LICENSE BLOCK ***** */ +#ifndef HAVE_CONFIG_H + #ifndef NO_SOUND # if defined (_WIN32) && !defined(FREE_WINDOWS) @@ -57,4 +59,6 @@ # endif #endif -#endif +#endif /* NO_SOUND */ + +#endif /* HAVE_CONFIG_H */ -- cgit v1.2.3