diff options
-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 |