diff options
author | wsnipex <wsnipex@a1.net> | 2015-12-20 13:40:26 +0100 |
---|---|---|
committer | wsnipex <wsnipex@a1.net> | 2015-12-20 13:40:26 +0100 |
commit | 03ff0d5ea02963b1283fe8bc7c1bad18f2dd97b6 (patch) | |
tree | 290de914c310f88df0d490656b510fac286dd18e /configure.ac | |
parent | f5992dd907009628c25ab4f35a38255c3881afad (diff) |
remove glew, its superseded by egl
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 22206bacf6..4d1f66efe3 100644 --- a/configure.ac +++ b/configure.ac @@ -1027,10 +1027,8 @@ else AC_MSG_RESULT(== WARNING: OpenGL support is assumed.) AC_DEFINE([HAVE_LIBGLU],[1],["Define to 1 if you have the `GLU' library (-lGLU)."]) AC_MSG_RESULT(== WARNING: OpenGLU support is assumed.) - AC_CHECK_LIB([GLEW],[main],, AC_MSG_ERROR($missing_library)) else AC_CHECK_LIB([GL], [main],, AC_MSG_ERROR($missing_library)) - AC_CHECK_LIB([GLEW],[main],, AC_MSG_ERROR($missing_library)) AC_CHECK_LIB([GLU], [main],, AC_MSG_ERROR($missing_library)) fi else |