allow glew engine to be compiled again

SVN revision: 43615
This commit is contained in:
Vincent Torri 2009-11-11 12:51:24 +00:00
parent 8515fdc82b
commit 9f839063c8
1 changed files with 1 additions and 0 deletions

View File

@ -501,6 +501,7 @@ if test "x$have_evas_engine_gl_x11" = "xyes" -o "x$have_evas_engine_gl_glew" = "
fi
if test "x$have_evas_engine_gl_glew" = "xyes" ; then
have_evas_engine_gl_common="yes"
evas_engine_gl_common_libs=""
fi
AC_SUBST([evas_engine_gl_common_libs])