Opened 14 years ago
Closed 13 years ago
#1896 closed defect (wontfix)
configure --enable-bzlib doesn't cause configure to fail if there's no bzlib
| Reported by: | Roger Pack | 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 (2)
comment:1 by , 14 years ago
| Component: | undetermined → build system |
|---|---|
| Version: | unspecified → git-master |
comment:2 by , 13 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
configure's help prints:
--disable-bzlib disable bzlib [autodetect]
explaining that --enable-bzlib has no meaning (it is the default behaviour if bzlib is available).
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.