summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2020-01-07 04:50:17 -0500
committerVladimir Kobal <vlad@prokk.net>2020-01-07 11:50:17 +0200
commit2c255bc7f063e8dc1c2a8f5ed5b8fae0f09a5cd1 (patch)
tree82de3e1d48dbfb42af2fb9c0bfcac61e4cd7942d /configure.ac
parent824109cd08964d960e83d4f1e79ca0d91acea9bd (diff)
Fix spelling of Prometheus (#7673) (#7674)
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 00927ba8b1..8b2facb966 100644
--- a/configure.ac
+++ b/configure.ac
@@ -999,7 +999,7 @@ test "${enable_backend_prometheus_remote_write}" = "yes" -a "${have_CXX_compiler
AC_MSG_ERROR([C++ compiler required but not found. try installing g++])
AC_MSG_CHECKING([if prometheus remote write backend should be enabled])
-if test "${enable_backend_prometeus_remote_write}" != "no" -a "${have_libprotobuf}" = "yes" -a "${have_libsnappy}" = "yes" \
+if test "${enable_backend_prometheus_remote_write}" != "no" -a "${have_libprotobuf}" = "yes" -a "${have_libsnappy}" = "yes" \
-a "${have_protoc}" = "yes" -a "${have_CXX_compiler}" = "yes"; then
enable_backend_prometheus_remote_write="yes"
AC_DEFINE([ENABLE_PROMETHEUS_REMOTE_WRITE], [1], [Prometheus remote write API usability])