From c0c293089af962661cf3809d5b207149ed4619ed Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 1 Sep 2018 09:24:08 +0200 Subject: Fix typo Change-Id: Ic9cd387b4c590e529b8e98ee9b413a0486096d9a Reviewed-on: https://gerrit.libreoffice.org/59893 Tested-by: Jenkins Reviewed-by: Julien Nabet --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a60a3e72689f..b72e4fd4e8bc 100644 --- a/configure.ac +++ b/configure.ac @@ -6435,7 +6435,7 @@ save_CXXFLAGS=$CXXFLAGS CXXFLAGS="$CXXFLAGS $CXXFLAGS_CXX11" AC_LINK_IFELSE([AC_LANG_PROGRAM([[ #if !defined __cpp_inline_variables - // This tests for one specific aspect of inline variables that is actually used by by + // This tests for one specific aspect of inline variables that is actually used by // ORegistry::ROOT (registry/source/regimpl.cxx): struct S { constexpr S() {} }; struct T { static constexpr S s{}; }; -- cgit v1.2.3