summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2019-12-24 13:00:02 +0200
committerGitHub <noreply@github.com>2019-12-24 13:00:02 +0200
commit6aac1b76aea6e92b37e20349041c4370d9fc045b (patch)
tree5da798a1382f01017898f2ee18b1195013b9474d /configure.ac
parent51c8239bed1e75988295c4a74100383b59f41608 (diff)
Fix a warning in prometheus remote write backend (#7609)
* Change deprecated method to a new one * Change the minimum required version of protobuf
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ad35aa61cc..00927ba8b1 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],
+ [protobuf >= 3.1],
[have_libprotobuf=yes],
[have_libprotobuf=no]
)