From 5cf204f594ffa010adb26837d3a12bddc5e669a2 Mon Sep 17 00:00:00 2001 From: Pat Suwalski Date: Mon, 12 Dec 2005 18:58:32 +0000 Subject: [PATCH] GLUT test typo. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index e8708955..87680367 100644 --- a/configure.in +++ b/configure.in @@ -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.])])