* Dan McGee <dpmcgee@gmail.com>

remove configure check for bzip2
This commit is contained in:
Aaron Griffin 2007-01-11 17:34:51 +00:00
parent 244fb2a264
commit 2ae56f4bc9
1 changed files with 0 additions and 8 deletions

View File

@ -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