./configure --without-opengl actually disables opengl now

This commit is contained in:
theoddone33
2002-03-02 18:03:46 +00:00
parent d82e1cdfd6
commit f2d544b67e

View File

@@ -74,7 +74,7 @@ else
AC_MSG_ERROR(zlib is required)
fi
AC_ARG_WITH(opengl,[ --without-opengl Build without OpenGL support ],with_opengl=yes)
AC_ARG_WITH(opengl,[ --without-opengl Build without OpenGL support ],with_opengl=no)
AC_MSG_CHECKING(for OpenGL support)
if test x$with_opengl != xno; then
with_opengl=no