configure.ac | 8 -------- 1 file changed, 8 deletions(-) New commits: commit d89b5f3a5440cf890cf6977ef84e3419dd23e668 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Mon Nov 12 08:45:15 2018 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Mon Nov 12 14:11:20 2018 +0100
Revert "Add check for en_US.utf8 locale" This reverts commit 6b56ca7a9bf67bcada666f4cb1c2e20e7c0d512e, which is no longer necessary after cfdcb1bb0cf3a9fa2b342109cd581d3211e965bf "external/libnumbertext: Don't depend on en_US.UTF-8 locale". I have seen a full `make check screenshot` succeed on a Debian 9 without any en_US locale. Change-Id: I2037af478d9bc5017c7263bb45effd3e9ccde0d3 Reviewed-on: https://gerrit.libreoffice.org/63279 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/configure.ac b/configure.ac index 5e2524745005..45e1fe83876e 100644 --- a/configure.ac +++ b/configure.ac @@ -2411,14 +2411,6 @@ if test -z "$BASH"; then fi AC_SUBST(BASH) -AC_MSG_CHECKING([for en_US.utf8 locale]) -if locale -a | egrep -q 'en_US\.(UTF-8|utf8)'; then - AC_MSG_RESULT(present) -else - AC_MSG_RESULT(absent) - AC_MSG_ERROR([you need en_US.utf8 locale to build]) -fi - AC_MSG_CHECKING([for GNU or BSD tar]) for a in $GNUTAR gtar gnutar bsdtar tar /usr/sfw/bin/gtar; do $a --version 2> /dev/null | egrep "GNU|bsdtar" 2>&1 > /dev/null _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits