Check that Libevent header version matches Libevent library version.
commita6504cdea7680621431c2920391e2a14a052c14e
authorNick Mathewson <nickm@torproject.org>
Wed, 7 Jan 2009 21:05:02 +0000 (7 21:05 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 7 Jan 2009 21:05:02 +0000 (7 21:05 +0000)
tree0257c2f186d99b50de9fd4bac10c12da32c3be38
parentc123163043e42668c3597298e14d25607a2d4623
Check that Libevent header version matches Libevent library version.
Unfortunately, old Libevents don't _put_ a version in their headers, so
this can get a little tricky.  Fortunately, the only binary-compatibility
issue we care about is the size of struct event.  Even more fortunately,
Libevent 2.0 will let us keep binary compatiblity forever by letting us
decouple ourselves from the structs, if we like.

svn:r18014
ChangeLog
configure.in
src/or/config.c