Don't check for OpenGL libraries without at least including -lm
This commit is contained in:
parent
6e174947df
commit
849219ef45
1 changed files with 0 additions and 1 deletions
|
@ -234,7 +234,6 @@ AC_SEARCH_LIBS(cos, m)
|
||||||
AC_SEARCH_LIBS(dlclose, dl)
|
AC_SEARCH_LIBS(dlclose, dl)
|
||||||
|
|
||||||
base_LIBS="$LIBS"
|
base_LIBS="$LIBS"
|
||||||
LIBS=""
|
|
||||||
|
|
||||||
dnl check for glut location
|
dnl check for glut location
|
||||||
AC_CHECK_HEADER(GL/glut.h)
|
AC_CHECK_HEADER(GL/glut.h)
|
||||||
|
|
Loading…
Reference in a new issue