[project @ 2005-09-24 15:07:49 by panne]
authorpanne <unknown>
Sat, 24 Sep 2005 15:07:49 +0000 (15:07 +0000)
committerpanne <unknown>
Sat, 24 Sep 2005 15:07:49 +0000 (15:07 +0000)
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*

aclocal.m4

index a851674..d0ba4bf 100644 (file)
@@ -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)