Commit a47917b9 authored by john hood's avatar john hood Committed by John Hood
Browse files

configure.ac: Do s/-pthreads -lpthreads/-pthreads/ for protobuf

protobuf uses an obsolete automake pthreads detection macro,
which results in "pkgconfig --libs protobuf" returning
"-lprotobuf -pthread -lpthread" on Linux.  Remove
the unnecessary and dangerous -lpthread in that case.

Fixes #727, mosh-server crash in libutempter on Debian Sid.
parent e7303e0b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment