aboutsummaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m47
1 files changed, 1 insertions, 6 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index eb9be5c..21fcec9 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -68,12 +68,7 @@ AC_DEFUN(ZINC_ENABLE_GL, [
if test "${TEA_PLATFORM}" = "windows" ; then
GL_LIBS=-lopengl32
else
- #
- # On Linux, the Nvidia GL libraries needs threads support via
- # pthreads but not mesa. Need to auto-detect that and the
- # availability of pthreads.
- GL_LIBS="-lGL -lpthread"
-# GL_LIBS="-lGL"
+ GL_LIBS="-lGL"
GL_INCLUDES='/usr/include'
fi