From f61faa36b6df76984378426a5d829c8dffd8ab6f Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Mon, 9 Mar 2015 20:55:19 -0400 Subject: [PATCH] Fix typo in configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9cb0d610a2d..e0a66a8d720 100644 --- a/configure.ac +++ b/configure.ac @@ -270,7 +270,7 @@ if test "$with_network" = "no"; then fi AM_CONDITIONAL(WITHOUT_NETWORKING, test "$with_network" = "no") -AC_ARG_WITH(gles2, AS_HELP_STRING([--without-gles2],[Disable OpenGL ES 2.0]), with_network=$withval, with_network=yes) +AC_ARG_WITH(gles2, AS_HELP_STRING([--without-gles2],[Disable OpenGL ES 2.0]), with_gles2=$withval, with_gles2=yes) if test "$with_gles2" = "no"; then AC_DEFINE(WITHOUT_GLES2, 1, [OpenGL ES 2.0 support not available]) fi