summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2018-08-27 13:16:09 +0200
committerLuboš Luňák <l.lunak@collabora.com>2018-08-27 13:24:46 +0200
commit966aa588964fef159b3dce45ea2dc70389a975af (patch)
tree0b506487768aac69a404a0c9f1cbf2e141f6be13 /configure.ac
parent1de0901d226e6851f6c75fc3a834e9a5fcaa5e98 (diff)
capitalization in a configure message
Change-Id: I0a6a4c119cab8948b34fb6f32d8ec5066426e42e
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 85315fa473a7..72d560d1b8d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6098,7 +6098,7 @@ dnl ===================================================================
dnl Identify the C++ library
dnl ===================================================================
-AC_MSG_CHECKING([What the C++ library is])
+AC_MSG_CHECKING([what the C++ library is])
AC_LANG_PUSH([C++])
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
#include <utility>