From 057c8b91a8d91008b85a9cbd5553c4b03dfcb8c0 Mon Sep 17 00:00:00 2001 From: Alexandre Janniaux Date: Mon, 11 Jan 2021 12:34:30 +0100 Subject: [PATCH] configure.ac: remove trailing characters --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d51fa19cc..dd10e7e4d 100644 --- a/configure.ac +++ b/configure.ac @@ -381,7 +381,7 @@ if test "x$with_iconv" != "xno"; then AC_CHECK_FUNCS([locale_charset]) LIBS="${am_save_LIBS}" if test "x$ac_cv_func_locale_charset" != "xyes"; then - # If locale_charset() is not in libiconv, we have to find libcharset. + # If locale_charset() is not in libiconv, we have to find libcharset. AC_CHECK_LIB(charset,locale_charset) fi fi -- 2.47.2