From 14c82e5b5d5547bcf9c3b06c68cf20a100600d0b Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Sat, 25 Aug 2007 16:56:52 +0000 Subject: Removed dependency on Guichan's OpenGL library. Taken over image loading and handling. Reduced memory usage when using OpenGL. (Up to 95% reduction for some textures.) --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5e106045..c3f14337 100755 --- a/configure.ac +++ b/configure.ac @@ -100,8 +100,6 @@ else with_opengl=yes AC_CHECK_LIB([GL], [glBegin], , AC_MSG_ERROR([ *** Unable to find OpenGL library])) - AC_CHECK_LIB([guichan_opengl], [gcnOpenGL], , - AC_MSG_ERROR([ *** Unable to find Guichan OpenGL library (guichan.sf.net)])) AC_DEFINE(USE_OPENGL, 1, [Defines if tmw should use an OpenGL display]) fi -- cgit v1.2.3-70-g09d2