From: panne Date: Sat, 24 Sep 2005 15:07:49 +0000 (+0000) Subject: [project @ 2005-09-24 15:07:49 by panne] X-Git-Tag: Initial_conversion_from_CVS_complete~195 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=ff4bec32992c3e225bc94b29202d6a921996939e [project @ 2005-09-24 15:07:49 by panne] Synched all FPTOOLS_CHECK_HTYPE definitions with the latest changes in libraries/OpenAL/aclocal.m4. Although it is not strictly necessary, keeping things identical is good for consistency. At some point in time we should really find a way to eliminate all this redundancy... *sigh* --- diff --git a/aclocal.m4 b/aclocal.m4 index a851674..d0ba4bf 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -788,6 +788,12 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[#include # include #endif +#if defined(HAVE_AL_AL_H) +# include +#elif defined(HAVE_OPENAL_AL_H) +# include +#endif + #if defined(HAVE_AL_ALC_H) # include #elif defined(HAVE_OPENAL_ALC_H)