Remove -I/usr/X11R6/include from cflags, seems to fix zlib problems.
Remove check for old zlib from autoconf stuff
This commit is contained in:
@@ -87,7 +87,6 @@ if test x$opengl_prefix != x; then
|
||||
CFLAGS="$CFLAGS -I$opengl_prefix/include"
|
||||
LDFLAGS-"$LDFLAGS -L$opengl_prefix/lib"
|
||||
fi
|
||||
CFLAGS="$CFLAGS -I$x_includes"
|
||||
LDFLAGS="$LDFLAGS -L$x_libraries"
|
||||
AC_CHECK_LIB(GL, glGetError,found_opengl="yes",,)
|
||||
if test x$found_opengl = xyes; then
|
||||
|
||||
Reference in New Issue
Block a user