don't autodetect Glew

SVN revision: 33028
This commit is contained in:
doursse 2007-12-06 19:59:01 +00:00 committed by doursse
parent c96d7042dd
commit b8674c0a38
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ AM_CONDITIONAL(BUILD_ENGINE_GL_X11, test "x$have_evas_gl_x11" = "xyes")
#######################################
## Check if we should build the gl_glew engine
want_evas_gl_glew="auto";
want_evas_gl_glew="no";
have_evas_gl_glew="no";
AC_MSG_CHECKING(whether gl glew backend is to be built)