1
0
Fork 0

Don't check for OpenGL libraries without at least including -lm

This commit is contained in:
ehofman 2003-07-12 09:17:17 +00:00
parent 6e174947df
commit 849219ef45

View file

@ -234,7 +234,6 @@ AC_SEARCH_LIBS(cos, m)
AC_SEARCH_LIBS(dlclose, dl)
base_LIBS="$LIBS"
LIBS=""
dnl check for glut location
AC_CHECK_HEADER(GL/glut.h)