summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2018-12-28 08:50:58 -0500
committerJames E. King III <jking@apache.org>2019-01-04 16:28:13 -0500
commitecebd77c4a19919471345c21e797d55c5f83c22b (patch)
treed19ddca8a71b756c1faac352bb339e7159ce0c46 /configure.ac
parentd5324413664a44da1cbdf671e0fe00b8571c2b4b (diff)
downloadthrift-ecebd77c4a19919471345c21e797d55c5f83c22b.tar.gz
THRIFT-4716: add veralign.sh tool to set versions for releases
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fa507561f..e04891f36 100755
--- a/configure.ac
+++ b/configure.ac
@@ -158,7 +158,7 @@ if test "$with_cpp" = "yes"; then
have_cpp="yes"
fi
- AX_LIB_EVENT([1.0])
+ AX_LIB_EVENT([2.0])
have_libevent=$success
AX_LIB_ZLIB([1.2.3])