From: Ian Lynagh Date: Wed, 30 Mar 2011 20:27:56 +0000 (+0000) Subject: No need to include the OpenGL / OpenAL headers in aclocal.m4 X-Git-Tag: ghc-darcs-git-switchover~1 X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=763b8e7a9d5c6c6427a943fc942debb61f07ff53 No need to include the OpenGL / OpenAL headers in aclocal.m4 --- diff --git a/aclocal.m4 b/aclocal.m4 index 38d0580..5e82969 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -113,24 +113,6 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[#include # endif #endif -#if defined(HAVE_GL_GL_H) -# include -#elif defined(HAVE_OPENGL_GL_H) -# 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) -# include -#endif - #if HAVE_SYS_RESOURCE_H # include #endif