aboutsummaryrefslogtreecommitdiff
path: root/tkzinc.m4
diff options
context:
space:
mode:
authorlecoanet2004-04-30 11:46:52 +0000
committerlecoanet2004-04-30 11:46:52 +0000
commit82665ac3ec2591ab6bdfff7443f5a3bff9dcf48f (patch)
tree9279b151829dfc958393ab6217c2b4979dc33f48 /tkzinc.m4
parentdb078e2e84e5f248735165dbdbac8380a30db892 (diff)
downloadtkzinc-82665ac3ec2591ab6bdfff7443f5a3bff9dcf48f.zip
tkzinc-82665ac3ec2591ab6bdfff7443f5a3bff9dcf48f.tar.gz
tkzinc-82665ac3ec2591ab6bdfff7443f5a3bff9dcf48f.tar.bz2
tkzinc-82665ac3ec2591ab6bdfff7443f5a3bff9dcf48f.tar.xz
*** empty log message ***
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