From: Alexandre Janniaux Date: Mon, 11 Jan 2021 11:34:30 +0000 (+0100) Subject: configure.ac: remove trailing characters X-Git-Tag: v3.5.2~27^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=057c8b91a8d91008b85a9cbd5553c4b03dfcb8c0;p=thirdparty%2Flibarchive.git configure.ac: remove trailing characters --- 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