Fix comment on bzip2 library.
This commit is contained in:
parent
c23d7b1cbe
commit
4c73047556
|
@ -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, [
|
||||
|
|
Loading…
Reference in New Issue