[Libreoffice-commits] core.git: configure.ac
David Tardon
dtardon at redhat.com
Fri Apr 20 18:33:05 UTC 2018
configure.ac | 7 -------
1 file changed, 7 deletions(-)
New commits:
commit f1451fb7742bba9da298027e3ab79390acb196d9
Author: David Tardon <dtardon at redhat.com>
Date: Sun Feb 4 09:35:10 2018 +0100
drop pointless check for bzip2
There are many .tar.bz2 (or .tar.xz) tarballs in the bundled projects.
It doesn't make sense to check for bzip2 just for one of them.
diff --git a/configure.ac b/configure.ac
index 6f9b2dc7fc90..f52b0b2b0310 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8256,13 +8256,6 @@ internal)
if test "$HOME" = ""; then
export HOME=""
fi
- # bz2 tarball and bzip2 is not standard
- if test -z "$BZIP2"; then
- AC_PATH_PROG( BZIP2, bzip2)
- if test -z "$BZIP2"; then
- AC_MSG_ERROR([the internal Python module has a .tar.bz2. You need bzip2])
- fi
- fi
;;
no)
DISABLE_PYTHON=TRUE
More information about the Libreoffice-commits
mailing list