From 96bf33a2413418f1ec8804eaaa5f4e630763cb8e Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 22 Dec 2011 21:19:58 +0000 Subject: [PATCH] Delete worthless empty OpenGL tests Originally committed to SVN as r6067. --- aegisub/configure.in | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/aegisub/configure.in b/aegisub/configure.in index 7f65a6880..e220a0014 100644 --- a/aegisub/configure.in +++ b/aegisub/configure.in @@ -356,28 +356,6 @@ fi AC_SUBST(GL_CFLAGS) AC_SUBST(GL_LIBS) - -#XXX: This needs to be fixed for OSX. -AC_AGI_COMPILE([OpenGL], [opengl], [$GL_CFLAGS], [$GL_LIBS],[ -int main(void) { - return 0; -}]) - -if test "$agi_cv_with_opengl" = "no"; then - AC_MSG_FAILURE([Please install a working OpenGL library.]) -fi - -AC_AGI_COMPILE([OpenGLU], [openglu], [$GL_CFLAGS], [$GL_LIBS -lGLU],[ -#include -int main(void) { - return 0; -}]) - -if test "$agi_cv_with_openglu" = "no" && test "$build_darwin" != "yes"; then - AC_MSG_FAILURE([Please install a working OpenGL GLU library.]) -fi - - ####### ## cURL #######