Kaydet (Commit) f1451fb7 authored tarafından David Tardon's avatar David Tardon

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.
üst 3d8bbd69
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment