[Super-tux-commit] supertux configure.ac,1.23,1.23.2.1
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-08-05 14:54:18
|
Update of /cvsroot/super-tux/supertux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6086 Modified Files: Tag: supertux_0_1_1_branch configure.ac Log Message: removed -lGL again. on windows and macosx it's different names. AX_CHECK_GL should detect the correct one anyway and set it to GL_LIBS, if this doesn't work then fix AX_CHECK_GL instead of adding hacks Index: configure.ac =================================================================== RCS file: /cvsroot/super-tux/supertux/configure.ac,v retrieving revision 1.23 retrieving revision 1.23.2.1 diff -u -d -r1.23 -r1.23.2.1 --- configure.ac 10 May 2004 23:31:00 -0000 1.23 +++ configure.ac 5 Aug 2004 14:54:09 -0000 1.23.2.1 @@ -88,7 +88,7 @@ else CFLAGS="$CFLAGS $GL_CFLAGS" CXXFLAGS="$CXXFLAGS $GL_CFLAGS" - LIBS="$LIBS $GL_LIBS -lGL" + LIBS="$LIBS $GL_LIBS" fi AC_CHECK_LIB(z, gzopen,, AC_MSG_ERROR([*** zlib is missing])) |