Преглед изворни кода

Fixed pthread test
Author: jgg
Date: 1998-10-29 23:19:30 GMT
Fixed pthread test

Arch Librarian пре 22 година
родитељ
комит
779e5b002e
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      configure.in

+ 2 - 1
configure.in

@@ -1,3 +1,4 @@
+ad
 dnl Process this file with autoconf to produce a configure script.
 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 The ONLY thing this is used for is to configure for different
 dnl linux architectures and configurations, it is not used to make the
 dnl linux architectures and configurations, it is not used to make the
@@ -61,7 +62,7 @@ fi
 dnl Checks for pthread
 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)
 AC_SUBST(PTHREADLIB)
-if test "$XPMLIB" != "-lXpm"; then
+if test "$PTHREADLIB" != "-lpthread"; then
   AC_MSG_ERROR(failed: I need posix threads, pthread)
   AC_MSG_ERROR(failed: I need posix threads, pthread)
 fi
 fi