Skip to content

Commit

Permalink
Fix typo in configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfman2000 committed Mar 10, 2015
1 parent e22ae52 commit f61faa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f61faa3

Please sign in to comment.