Remove extra mingw glew configuration code since patch for glew takes care of this.

master
safety0ff 2011-02-21 16:05:44 -05:00 committed by Per Inge Mathisen
parent 366ae73a30
commit b8696df659
1 changed files with 0 additions and 3 deletions

View File

@ -341,9 +341,6 @@ AS_IF([test "x$enable_sound" = "xyes"],[
PKG_CHECK_MODULES([OPENGLC], [quesoglc >= 0.7.2])
PKG_CHECK_MODULES([GLEW], [glew >= 1.5.2])
if test "x$host_os_mingw32" = "xyes" ; then
AC_SUBST([GLEW_LIBS], [-lglew32])
fi
# Checks for libraries: