./configure --without-opengl actually disables opengl now
This commit is contained in:
@@ -74,7 +74,7 @@ else
|
|||||||
AC_MSG_ERROR(zlib is required)
|
AC_MSG_ERROR(zlib is required)
|
||||||
fi
|
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)
|
AC_MSG_CHECKING(for OpenGL support)
|
||||||
if test x$with_opengl != xno; then
|
if test x$with_opengl != xno; then
|
||||||
with_opengl=no
|
with_opengl=no
|
||||||
|
|||||||
Reference in New Issue
Block a user