From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:13 +0000 (+0000) Subject: Fixed pthread test X-Git-Tag: 0.7.24ubuntu1~1663 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/779e5b002e216565108cdb4ad9598e1af650f004?ds=inline Fixed pthread test Author: jgg Date: 1998-10-29 23:19:30 GMT Fixed pthread test --- diff --git a/configure.in b/configure.in index 334da2750..4d9a6ce15 100644 --- a/configure.in +++ b/configure.in @@ -1,3 +1,4 @@ +ad dnl Process this file with autoconf to produce a configure script. dnl The ONLY thing this is used for is to configure for different dnl linux architectures and configurations, it is not used to make the @@ -61,7 +62,7 @@ fi dnl Checks for pthread AC_CHECK_LIB(pthread, pthread_create,[AC_DEFINE(HAVE_PTHREAD) PTHREADLIB="-lpthread"]) AC_SUBST(PTHREADLIB) -if test "$XPMLIB" != "-lXpm"; then +if test "$PTHREADLIB" != "-lpthread"; then AC_MSG_ERROR(failed: I need posix threads, pthread) fi