1
0
Fork 0

Clearer message when can't find opengl or glut libs.

This commit is contained in:
curt 1998-08-05 00:18:49 +00:00
parent ae853db077
commit e909e83267

View file

@ -192,7 +192,8 @@ AC_CHECK_FUNCS( ftime gettimeofday mktime strstr rand random \
if test "x$ac_cv_lib_glut_glutGetModifiers" = "xno"; then
echo
echo "Unable to find the necessary GL libraries."
echo "Unable to find the necessary OpenGL or GLUT libraries."
echo "See config.log for automated test details and results ..."
exit 1
fi