From 1c9480facff9b6943d42ca8906e343ed6abb1df3 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Tue, 12 Apr 2005 08:35:11 +0000 Subject: Switched the linux/macos build to the system GLU tesselator instead of the buildin --- tkzinc.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tkzinc.m4') diff --git a/tkzinc.m4 b/tkzinc.m4 index b18f25f..d165291 100644 --- a/tkzinc.m4 +++ b/tkzinc.m4 @@ -53,9 +53,9 @@ AC_DEFUN(ZINC_ENABLE_GL, [ AC_MSG_RESULT([no]) else if test "${TEA_PLATFORM}" = "windows" ; then - GL_LIBS=-lopengl32 + GL_LIBS=-lglu32 -lopengl32 else - GL_LIBS="-lGL" + GL_LIBS="-lGLU -lGL" GL_INCLUDES='-I/usr/include' fi -- cgit v1.1