]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
configure.ac: remove trailing characters 1481/head
authorAlexandre Janniaux <ajanni@videolabs.io>
Mon, 11 Jan 2021 11:34:30 +0000 (12:34 +0100)
committerAlexandre Janniaux <ajanni@videolabs.io>
Mon, 11 Jan 2021 11:34:30 +0000 (12:34 +0100)
configure.ac

index d51fa19cc9b284ae0f0e97d458f4c176a2b1f3b3..dd10e7e4d8957825d968b89170135e16bcbd0873 100644 (file)
@@ -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