summaryrefslogtreecommitdiffstats
path: root/kcontrol/info/configure.in.bot
blob: c66a13f882a5ef457d3ed497b4ed70b03ff8e7ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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