summaryrefslogtreecommitdiff
path: root/libraries/base/aclocal.m4
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-03-30 20:27:56 +0000
committerIan Lynagh <igloo@earth.li>2011-03-30 20:27:56 +0000
commit31cb13b785839d518e317db24b3ebc1a40b36689 (patch)
tree1c5dfd110ee68ded5c8b28ddae5b2cdd768785c6 /libraries/base/aclocal.m4
parentaec9d3e838dd6d5eb59ad33951bfab1ceaa55483 (diff)
downloadhaskell-31cb13b785839d518e317db24b3ebc1a40b36689.tar.gz
No need to include the OpenGL / OpenAL headers in aclocal.m4
Diffstat (limited to 'libraries/base/aclocal.m4')
-rw-r--r--libraries/base/aclocal.m418
1 files changed, 0 insertions, 18 deletions
diff --git a/libraries/base/aclocal.m4 b/libraries/base/aclocal.m4
index 38d0580054..5e82969b5a 100644
--- a/libraries/base/aclocal.m4
+++ b/libraries/base/aclocal.m4
@@ -113,24 +113,6 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h>
# endif
#endif
-#if defined(HAVE_GL_GL_H)
-# include <GL/gl.h>
-#elif defined(HAVE_OPENGL_GL_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)
-# include <OpenAL/alc.h>
-#endif
-
#if HAVE_SYS_RESOURCE_H
# include <sys/resource.h>
#endif