From 966aa588964fef159b3dce45ea2dc70389a975af Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Mon, 27 Aug 2018 13:16:09 +0200 Subject: capitalization in a configure message Change-Id: I0a6a4c119cab8948b34fb6f32d8ec5066426e42e --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit