]> git.saurik.com Git - apt.git/blobdiff - configure.in
New changelog
[apt.git] / configure.in
index 92ecf058cae89bab78a35d4b63e070cd5a17ef57..d09e35fb3c6d8bf89cd5bc9057b63c64ae8a61fe 100644 (file)
@@ -62,7 +62,7 @@ if test "$with_gpm" != "no"; then
 fi
 
 dnl Checks for pthread
-AC_CHECK_LIB(pthread, pthread_create,[AC_DEFINE(HAVE_PTHREAD) PTHREADLIB="-lpthread"])
+#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)