From f2d544b67ede037beeafa3175872961af1ee349c Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Sat, 2 Mar 2002 18:03:46 +0000 Subject: [PATCH] ./configure --without-opengl actually disables opengl now --- zsnes/src/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/configure.in b/zsnes/src/configure.in index 05ed6059..217abb0c 100644 --- a/zsnes/src/configure.in +++ b/zsnes/src/configure.in @@ -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