Parcourir la source

Fixed back pthread check
Author: jgg
Date: 1999-06-21 02:07:18 GMT
Fixed back pthread check

Arch Librarian il y a 22 ans
Parent
commit
4fe677791c
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5 5
      configure.in

+ 5 - 5
configure.in

@@ -62,11 +62,11 @@ if test "$with_gpm" != "no"; then
 fi
 fi
 
 
 dnl Checks for pthread
 dnl Checks for pthread
-dnl AC_CHECK_LIB(pthread, pthread_create,[AC_DEFINE(HAVE_PTHREAD) PTHREADLIB="-lpthread"])
-dnl AC_SUBST(PTHREADLIB)
-dnl if test "$PTHREADLIB" != "-lpthread"; then
-dnl  AC_MSG_ERROR(failed: I need posix threads, pthread)
-dnl fi
+AC_CHECK_LIB(pthread, pthread_create,[AC_DEFINE(HAVE_PTHREAD) PTHREADLIB="-lpthread"])
+AC_SUBST(PTHREADLIB)
+#if test "$PTHREADLIB" != "-lpthread"; then
+#  AC_MSG_ERROR(failed: I need posix threads, pthread)
+#fi
 
 
 dnl Converts the ARCH to be the same as dpkg
 dnl Converts the ARCH to be the same as dpkg
 AC_MSG_CHECKING(system architecture)
 AC_MSG_CHECKING(system architecture)