and backport r10339

darn it


svn:r10340
This commit is contained in:
Roger Dingledine 2007-05-25 21:57:15 +00:00
parent de4263b450
commit a895df1e62
1 changed files with 1 additions and 1 deletions

View File

@ -3901,7 +3901,7 @@ check_libevent_version(const char *m, int server)
#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
if (server && version < LE_13B) {
thread_unsafe = 1;
sad_os = "BSD variants"
sad_os = "BSD variants";
}
#elif defined(__APPLE__) || defined(__darwin__)
if (server && version < LE_13B) {