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.
14 lines
305 B
14 lines
305 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
|
||
|
echo "OpenGL information module has been disabled."
|
||
|
echo ""
|
||
|
all_tests=bad
|
||
|
fi
|