summaryrefslogtreecommitdiff
path: root/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
commitff4bec32992c3e225bc94b29202d6a921996939e (patch)
treed76ca2dbafcab7c1339e8c273cb9cf482a500dd9 /aclocal.m4
parentd1e7092f2c4ddf8ee07da15bcef6828923b391a2 (diff)
downloadhaskell-ff4bec32992c3e225bc94b29202d6a921996939e.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 'aclocal.m4')
-rw-r--r--aclocal.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index a8516742d8..d0ba4bfe54 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -788,6 +788,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)