Evas: Fix typo in autofoo output.

SVN revision: 67571
This commit is contained in:
Christopher Michael 2012-01-28 13:40:21 +00:00
parent fdbbef9af9
commit f267c9f556
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ AM_CONDITIONAL([EVAS_CSERVE], [test "x${want_evas_cserve}" = "xyes"])
gl_flavor_gles="no"
AC_MSG_CHECKING(whether to build GLES flavor of GL)
AC_ARG_ENABLE(gl-flavor-gles,
AC_HELP_STRING([--enable-gl-flavor-gles], [enable gles falvor of gl instead of standard]),
AC_HELP_STRING([--enable-gl-flavor-gles], [enable gles flavor of gl instead of standard]),
[
if test "x$enableval" = "xyes" ; then
AC_MSG_RESULT(yes)