GLUT test typo.

ver1_5_1
Pat Suwalski 2005-12-12 18:58:32 +00:00
parent d535c92ea8
commit 5cf204f594
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ if (test "x$ac_cv_lib_GLU_gluLookAt" = "xno"); then
fi
if ("$ui_glut" = "yes"); then
if (test "$ui_glut" = "yes"); then
dnl Check for GLUT headers first.
AC_CHECK_HEADERS(GL/glut.h, ,
[AC_MSG_ERROR([No glut.h found. See INSTALL file for help.])])