Fixed glut detection bug in configure script

svn path=/trunk/boinc/; revision=4702
This commit is contained in:
Bruce Allen 2004-12-02 14:54:00 +00:00
parent 94e06bda19
commit 296aaf1b36
2 changed files with 5 additions and 2 deletions

View File

@ -20495,8 +20495,9 @@ Bruce 2 Dec 2004
- Modified admin ops pages so that workunit displays transition time,
and target_nresults. Results pages displays deadline not received time
for results that are still in progress or were never received.
- Fixed glut detection bug in configure script
checkin-notes
configure.ac
zip/
boinc_zip.h
html/

View File

@ -161,7 +161,9 @@ of the BOINC application API library.
])
else
AC_CHECK_HEADERS([gl.h glu.h glut.h glaux.h GL/gl.h GL/glu.h GL/glut.h GL/glaux.h OpenGL/gl.h OpenGL/glu.h OpenGL/glut.h OpenGL/glaux.h GLUT/glut.h MesaGL/gl.h MesaGL/glu.h MesaGL/glut.h MesaGL/glaux.h])
have_glut=yes
fi
AM_CONDITIONAL(BUILD_GRAPHICS_API, [ test "$have_glut" = yes ])
dnl --------------------------------------------------------------------------------