Changed "GL/glut.h" to <GL/glut.h>
This commit is contained in:
parent
67b4184f4b
commit
7b5997e9dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue