Forráskód Böngészése

Remove defunct tcl/pthread lines

Bryan Drewery 11 éve
szülő
commit
a680d6687a
2 módosított fájl, 0 hozzáadás és 28 törlés
  1. 0 14
      build/autotools/includes/acinclude.m4
  2. 0 14
      configure

+ 0 - 14
build/autotools/includes/acinclude.m4

@@ -490,20 +490,6 @@ AC_DEFUN([EGG_CHECK_LIBS],
   AC_CHECK_LIB(dl, dlopen)
 
 #  AC_CHECK_LIB(z, gzopen, ZLIB="-lz")
-  # This is needed for Tcl libraries compiled with thread support
-#  AC_CHECK_LIB(pthread, pthread_mutex_init, [dnl
-#  ac_cv_lib_pthread_pthread_mutex_init=yes
-#  ac_cv_lib_pthread="-lpthread"], [dnl
-#    AC_CHECK_LIB(pthread, __pthread_mutex_init, [dnl
-#    ac_cv_lib_pthread_pthread_mutex_init=yes
-#    ac_cv_lib_pthread="-lpthread"], [dnl
-#      AC_CHECK_LIB(pthreads, pthread_mutex_init, [dnl
-#      ac_cv_lib_pthread_pthread_mutex_init=yes
-#      ac_cv_lib_pthread="-lpthreads"], [dnl
-#        AC_CHECK_FUNC(pthread_mutex_init, [dnl
-#        ac_cv_lib_pthread_pthread_mutex_init=yes
-#        ac_cv_lib_pthread=""],
-#        ac_cv_lib_pthread_pthread_mutex_init=no)])])])
   if test "$SUNOS" = "yes"; then
     # For suns without yp
     AC_CHECK_LIB(dl, main)

+ 0 - 14
configure

@@ -4555,20 +4555,6 @@ fi
 
 
 #  AC_CHECK_LIB(z, gzopen, ZLIB="-lz")
-  # This is needed for Tcl libraries compiled with thread support
-#  AC_CHECK_LIB(pthread, pthread_mutex_init, [dnl
-#  ac_cv_lib_pthread_pthread_mutex_init=yes
-#  ac_cv_lib_pthread="-lpthread"], [dnl
-#    AC_CHECK_LIB(pthread, __pthread_mutex_init, [dnl
-#    ac_cv_lib_pthread_pthread_mutex_init=yes
-#    ac_cv_lib_pthread="-lpthread"], [dnl
-#      AC_CHECK_LIB(pthreads, pthread_mutex_init, [dnl
-#      ac_cv_lib_pthread_pthread_mutex_init=yes
-#      ac_cv_lib_pthread="-lpthreads"], [dnl
-#        AC_CHECK_FUNC(pthread_mutex_init, [dnl
-#        ac_cv_lib_pthread_pthread_mutex_init=yes
-#        ac_cv_lib_pthread=""],
-#        ac_cv_lib_pthread_pthread_mutex_init=no)])])])
   if test "$SUNOS" = "yes"; then
     # For suns without yp
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ldl" >&5