summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-01-11 18:34:51 +0100
committerAaron Griffin <aaron@archlinux.org>2007-01-11 18:34:51 +0100
commit2ae56f4bc9cf3b155f009de601a8aa23a407ce4e (patch)
treeafd3c40be19240fc7e23ba14529458658831e218 /configure.ac
parent244fb2a264c1af67518739a9f3eef7f02a53fc68 (diff)
downloadpacman-2ae56f4bc9cf3b155f009de601a8aa23a407ce4e.tar.gz
pacman-2ae56f4bc9cf3b155f009de601a8aa23a407ce4e.tar.xz
* Dan McGee <dpmcgee@gmail.com>
remove configure check for bzip2
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