- some more work on castle background
[supertux.git] / configure.ac
index 0affc1a..d27a79c 100644 (file)
@@ -128,10 +128,6 @@ AX_CHECK_GL
 if test "$no_gl" = "yes"; then
   AC_MSG_ERROR([Please install opengl libraries and headers])
 fi
-AX_CHECK_GLU
-if test "$no_glu" = "yes"; then
-  AC_MSG_ERROR([Please install opengl utility libraries and headers])
-fi
 
 dnl Checks for library functions.
 AC_CHECK_FUNCS(mkdir strdup strstr)