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: cmm-merge2~22 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=494eec658f906ee8c1cbf0e36ebd3c251fb2a77b;p=haskell-directory.git [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 d660a1c..5781626 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -111,6 +111,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)