Skip to content

Commit f61faa3

Browse files
Fix typo in configure.ac
1 parent e22ae52 commit f61faa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ if test "$with_network" = "no"; then
270270
fi
271271
AM_CONDITIONAL(WITHOUT_NETWORKING, test "$with_network" = "no")
272272

273-
AC_ARG_WITH(gles2, AS_HELP_STRING([--without-gles2],[Disable OpenGL ES 2.0]), with_network=$withval, with_network=yes)
273+
AC_ARG_WITH(gles2, AS_HELP_STRING([--without-gles2],[Disable OpenGL ES 2.0]), with_gles2=$withval, with_gles2=yes)
274274
if test "$with_gles2" = "no"; then
275275
AC_DEFINE(WITHOUT_GLES2, 1, [OpenGL ES 2.0 support not available])
276276
fi

0 commit comments

Comments
 (0)