summaryrefslogtreecommitdiff
path: root/libraries/base/aclocal.m4
diff options
context:
space:
mode:
authorpanne <unknown>2005-09-24 15:07:49 +0000
committerpanne <unknown>2005-09-24 15:07:49 +0000
commit09a8784a2a79a30b3385f15a4e4570435d2dfa80 (patch)
treec7637c45937dc2b13c2d52a8decbc398ccb74e64 /libraries/base/aclocal.m4
parent959189a25261be648db1949ea94849226f59c2b8 (diff)
downloadhaskell-09a8784a2a79a30b3385f15a4e4570435d2dfa80.tar.gz
[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*
Diffstat (limited to 'libraries/base/aclocal.m4')
-rw-r--r--libraries/base/aclocal.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/base/aclocal.m4 b/libraries/base/aclocal.m4
index d660a1cadd..57816262a6 100644
--- a/libraries/base/aclocal.m4
+++ b/libraries/base/aclocal.m4
@@ -111,6 +111,12 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h>
# include <OpenGL/gl.h>
#endif
+#if defined(HAVE_AL_AL_H)
+# include <AL/al.h>
+#elif defined(HAVE_OPENAL_AL_H)
+# include <OpenAL/al.h>
+#endif
+
#if defined(HAVE_AL_ALC_H)
# include <AL/alc.h>
#elif defined(HAVE_OPENAL_ALC_H)