THRIFT-523. Make ax_lib_event.m4 work with newer versions of libevent
authorDavid Reiss <dreiss@apache.org>
Wed, 29 Jul 2009 19:07:27 +0000 (19:07 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 29 Jul 2009 19:07:27 +0000 (19:07 +0000)
commite657eb43117437b8a2b2036982ec3d4cd953b437
tree921a720749b95cae8245a2784b60088a58e9a9ba
parentc8e300533cc9d12ecb2325ec89b581647cb7707e
THRIFT-523. Make ax_lib_event.m4 work with newer versions of libevent

libevent changed is minor version numbering scheme with version 1.4.0,
and the simplistic comparison function used by ax_lib_event.m4 did not
work with the new scheme.  This patch introduced a more accurate
comparison function that works with all existing versions of libevent.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@799016 13f79535-47bb-0310-9956-ffa450edef68
aclocal/ax_lib_event.m4