Fix comment on bzip2 library.

This commit is contained in:
Ralf Corsépius 2007-08-15 09:02:34 +02:00
parent c23d7b1cbe
commit 4c73047556
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ AC_SUBST(WITH_ZLIB_INCLUDE)
AC_SUBST(WITH_ZLIB_LIB)
#=================
# Check for bzip2 library. Prefer external, otherwise none.
# Check for bzip2 library.
AC_CHECK_LIB(bz2, bzread, [LIBS="$LIBS -lbz2"],
AC_CHECK_LIB(bz2, BZ2_bzread, [