Opened 18 years ago

Closed 17 years ago

Last modified 17 years ago

#553 closed defect (fixed)

workaround for systems without pkg-config needed

Reported by: stranche@… Owned by: diego@…
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 diego@…, 18 years ago

op_sys: Mac OS XAll
Status: newassigned
Summary: "unclean" lines in configure on MacOSXworkaround for systems without pkg-config needed

Yes, I need to implement some sort of workaround for systems that don't have
pkg-config.

comment:2 by diego@…, 17 years ago

Resolution: fixed
Status: assignedclosed

I just added a check for pkg-config to configure.

Note: See TracTickets for help on using tickets.