aboutsummaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 2cc42b6..cb1ce1e 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -66,9 +66,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