1
0
Fork 0

Changed "GL/glut.h" to <GL/glut.h>

This commit is contained in:
curt 2003-08-05 14:49:01 +00:00
parent 67b4184f4b
commit 7b5997e9dc

View file

@ -242,7 +242,7 @@ base_LIBS="$LIBS"
dnl check for glut location dnl check for glut location
AC_CHECK_HEADER(GL/glut.h) AC_CHECK_HEADER(GL/glut.h)
if test "x$ac_cv_header_GL_glut_h" = "xyes"; then if test "x$ac_cv_header_GL_glut_h" = "xyes"; then
AC_DEFINE([GLUT_H], "GL/glut.h", [Define as glut.h include location]) AC_DEFINE([GLUT_H], <GL/glut.h>, [Define as glut.h include location])
else else
AC_CHECK_HEADER(GLUT/glut.h) AC_CHECK_HEADER(GLUT/glut.h)
if test "x$ac_cv_header_GLUT_glut_h" = "xyes"; then if test "x$ac_cv_header_GLUT_glut_h" = "xyes"; then