File: remove_pthread_link

package info (click to toggle)
plib 1.8.4-10
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,552 kB
  • ctags: 8,379
  • sloc: cpp: 65,641; sh: 8,782; makefile: 246
file content (12 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naur plib-1.8.5.orig/configure.in plib-1.8.5/configure.in
--- plib-1.8.5.orig/configure.in	2008-04-17 20:05:09.000000000 +0100
+++ plib-1.8.5/configure.in	2008-04-17 20:04:50.000000000 +0100
@@ -286,7 +286,7 @@
 
         dnl Reasonable stuff non-windoze variants ... :-)
 
-        AC_CHECK_LIB(pthread, pthread_create)
+#        AC_CHECK_LIB(pthread, pthread_create)
         AC_CHECK_LIB(GL, glNewList)
         if test "x$ac_cv_lib_GL_glNewList" = "xno" ; then
                 dnl if no GL, check for MesaGL