Opened 11 years ago

Closed 11 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 Carl Eugen Hoyos, 11 years ago

Component: undeterminedbuild system
Version: unspecifiedgit-master

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

comment:2 by Carl Eugen Hoyos, 11 years ago

Resolution: wontfix
Status: newclosed

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.