Remove extra mingw glew configuration code since patch for glew takes care of this.
parent
366ae73a30
commit
b8696df659
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue