aboutsummaryrefslogtreecommitdiff
path: root/tkzinc.m4
diff options
context:
space:
mode:
Diffstat (limited to 'tkzinc.m4')
-rw-r--r--tkzinc.m47
1 files changed, 1 insertions, 6 deletions
diff --git a/tkzinc.m4 b/tkzinc.m4
index 785b892..e1fde7e 100644
--- a/tkzinc.m4
+++ b/tkzinc.m4
@@ -55,12 +55,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