From 56c6bb71a6ff12379fc99c10d47dab9782e85e2a Mon Sep 17 00:00:00 2001 From: Pat Suwalski Date: Sun, 11 Dec 2005 07:56:34 +0000 Subject: [PATCH] Removed linking against glut. --- ChangeLog | 1 + configure.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e05917357..62fe79b40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -833,3 +833,4 @@ Code: - added "copy" and "open" url functions - updated GConf schema with new options - fixed automake bug where GConf schema would always install + - removed linking against glut for no reason diff --git a/configure.in b/configure.in index d7597fab0..9a56c2bea 100644 --- a/configure.in +++ b/configure.in @@ -236,7 +236,7 @@ if (test "x$ac_cv_lib_GLU_gluLookAt" = "xno"); then fi -if (test "$ui_gtk" != "no" -o "$ui_glut" = "yes"); then +if ("$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.])])