From fdf3a801df2f2a059adb0f3fb57df62468302fa0 Mon Sep 17 00:00:00 2001 From: Vladimir Kobal Date: Tue, 7 Jan 2020 17:34:13 +0200 Subject: Restore support for protobuf 3.0 (#7683) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8b2facb966..356ab447c7 100644 --- a/configure.ac +++ b/configure.ac @@ -932,7 +932,7 @@ AM_CONDITIONAL([ENABLE_BACKEND_KINESIS], [test "${enable_backend_kinesis}" = "ye PKG_CHECK_MODULES( [PROTOBUF], - [protobuf >= 3.1], + [protobuf >= 3], [have_libprotobuf=yes], [have_libprotobuf=no] ) -- cgit v1.2.3