diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:00 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:00 +0000 |
commit | 175f08ac550f944d7a8eb9751af302ae667f1572 (patch) | |
tree | 30901b969959b73fe65725d76039332104369ff5 /configure.in | |
parent | aa0e1101d75e6b61d63dc486caa0ab32a45b024f (diff) |
Removed pthread check
Author: jgg
Date: 1999-06-09 23:06:39 GMT
Removed pthread check
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 736885c35..f8b099069 100644 --- a/configure.in +++ b/configure.in @@ -62,11 +62,11 @@ if test "$with_gpm" != "no"; then fi dnl Checks for pthread -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 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 dnl Converts the ARCH to be the same as dpkg AC_MSG_CHECKING(system architecture) |