Clearer message when can't find opengl or glut libs.
This commit is contained in:
parent
ae853db077
commit
e909e83267
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue