summaryrefslogtreecommitdiff
path: root/changes/bug5103
AgeCommit message (Collapse)Author
2012-02-12Fix --enable-static-tor on OpenBSDNick Mathewson
Previously we'd been using "we have clock_gettime()" as a proxy for "we need -lrt to link a static libevent". But that's not really accurate: we should only add -lrt if searching for clock_gettime function adds -lrt to our libraries.