Ticket #1896 (new defect)
configure --enable-bzlib doesn't cause configure to fail if there's no bzlib
| Reported by: | rogerdpack | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | build system |
| Version: | git-master | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
see the title,
$ ./configure --enable-bzlib
lists this:
...
bzlib enabled no
...
then happily returns true.
Just making a note of it here.
Thanks!
Change History
Note: See
TracTickets for help on using
tickets.



I believe this is expected behaviour because bzlib is a system library but I may miss something.