diff options
author | David Tardon <dtardon@redhat.com> | 2018-02-04 09:35:10 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2018-04-20 20:30:44 +0200 |
commit | f1451fb7742bba9da298027e3ab79390acb196d9 (patch) | |
tree | 4a27586523a9114e85e3ee1cc3092b5d83ee4551 /configure.ac | |
parent | 3d8bbd690e6dd9f72c2d5fe53b8df7369b9f80ce (diff) |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
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 |