You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
422 B
18 lines
422 B
15 years ago
|
if test x$have_gl = xno; then
|
||
|
echo ""
|
||
|
echo "You are missing"
|
||
|
if test "$ac_cv_header_GL_gl_h" = "no"; then
|
||
|
echo " - OpenGL (mesa)"
|
||
|
fi
|
||
|
if test "$ac_cv_header_GL_glu_h" = "no"; then
|
||
|
echo " - GLU"
|
||
|
fi
|
||
|
if test "$ac_cv_header_GL_glut_h" = "no"; then
|
||
|
echo " - GLUT"
|
||
|
fi
|
||
|
echo "OpenGL support has been disabled."
|
||
|
echo "Some of the screensavers wont be compiled."
|
||
|
echo ""
|
||
|
all_tests=bad
|
||
|
fi
|