Add -lpthread in configure

This commit is contained in:
Alice Cuzzocrea 2019-04-12 13:34:17 +02:00
parent 148add1a73
commit 9804c8bc6e
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -389,7 +389,7 @@ if [[ ${ZEROMQ} = $(not_found) ]] ; then
fail
fi
F77ZMQ=$(find_lib -lzmq -lf77zmq)
F77ZMQ=$(find_lib -lzmq -lf77zmq -lpthread)
if [[ ${F77ZMQ} = $(not_found) ]] ; then
error "Fortran binding of ZeroMQ (f77zmq) is not installed."
fail