Re: [Mesa-dev] [PATCH demos] configure.ac: Fix default behavior of AC_ARG_WITH(glut) if glut isn't available

2016-01-13 Thread Andreas Boll
ping 2015-12-10 16:32 GMT+01:00 Andreas Boll : > Fixes a regression introduced in > 406248811eb0dfabf75ae9495b54529ec59cce66 > > It wrongly sets glut_enabled=yes if glut isn't available and neither > option --with-glut nor --without-glut was given. > > The default behavior in that case should be i

[Mesa-dev] [PATCH demos] configure.ac: Fix default behavior of AC_ARG_WITH(glut) if glut isn't available

2015-12-10 Thread Andreas Boll
Fixes a regression introduced in 406248811eb0dfabf75ae9495b54529ec59cce66 It wrongly sets glut_enabled=yes if glut isn't available and neither option --with-glut nor --without-glut was given. The default behavior in that case should be if glut is available then enable glut else it should disable