#553 closed defect (fixed)
workaround for systems without pkg-config needed
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | build system |
Version: | unspecified | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
when issuing the ./configure command on OSX, some negative tests issues the
result of the test allong a line with "no" instead of a simple "no"
example :
Checking for Polyp ... ./configure: line 4795: pkg-config: command not found
no
Checking for JACK ... ./configure: line 1: pkg-config: command not found
no
Checking for libcdio ... ./configure: line 5215: pkg-config: command not found
no
Checking for OggTheora support ... ./configure: line 1: pkg-config: command not
found
./configure: line 1: pkg-config: command not found
no
Change History (2)
comment:1 by , 18 years ago
op_sys: | Mac OS X → All |
---|---|
Status: | new → assigned |
Summary: | "unclean" lines in configure on MacOSX → workaround for systems without pkg-config needed |
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I just added a check for pkg-config to configure.
Note:
See TracTickets
for help on using tickets.
Yes, I need to implement some sort of workaround for systems that don't have
pkg-config.