Opened 14 years ago
Closed 14 years ago
#408 closed task (fixed)
we should not require pkg-config
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | major | Milestone: | svndigest 0.8 |
Component: | build | Version: | trunk |
Keywords: | Cc: |
Description
README says that pkg-config is a new requirement. If that's tru I think we should change it. pkg-config is useful tool to propagate needed compiler and linker flags from a library to user. I think we should use it when it is available, but when not found or if the *.pc file is not found by pkg-config we should fall back on traditional testing, in other words, it is up to the user to provide the needed flags via CPPFLAGS, CXXFLAGS, LDFLAGS, and LIBS.
Change History (2)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [901]) refs #401 fixes #408
Modifications of detection of plplot;