Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-12 | Fix --enable-static-tor on OpenBSD | Nick 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. |