summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 44627fd2..86956226 100644
--- a/configure.ac
+++ b/configure.ac
@@ -291,14 +291,6 @@ else
JAVASTATUS="no, disabled by configure"
fi
-dnl Check for bzip2
-AC_CHECK_LIB([bz2], [BZ2_bzCompress], [AC_CHECK_HEADER([bzlib.h], [LIBBZ2='-lbz2'])])
-if test -n "$LIBBZ2"; then
- LDFLAGS="$LDFLAGS $LIBBZ2"
-else
- AC_MSG_ERROR("bzip2 library and its include files are needed to build pacman!");
-fi
-
dnl Check for math
AC_CHECK_LIB([m], [log10], [AC_CHECK_HEADER([math.h], [LIBM='-lm'])])
if test -n "$LIBM"; then