*** configure.in Fri Jan 23 14:49:23 2004 --- configure.in.new Tue Jan 27 14:41:49 2004 *************** *** 117,123 **** else AC_MSG_RESULT(no. Now we will try some libraries.) LDFLAGS=$LDSAVEFLAGS ! AC_SEARCH_LIBS(pthread_create, pthread c_r, thread_ok="yes", thread_ok="no") if test "x$thread_ok" = "xno"; then AC_MSG_WARN(*** No pthreads found. ***) AC_MSG_ERROR(*** Try setting LIBS or LDFLAGS manually to point to your pthreads library. ***) --- 117,123 ---- else AC_MSG_RESULT(no. Now we will try some libraries.) LDFLAGS=$LDSAVEFLAGS ! AC_SEARCH_LIBS(pthread_create, pthread pthreads c_r, thread_ok="yes", thread_ok="no") if test "x$thread_ok" = "xno"; then AC_MSG_WARN(*** No pthreads found. ***) AC_MSG_ERROR(*** Try setting LIBS or LDFLAGS manually to point to your pthreads library. ***)