Changes between Initial Version and Version 1 of Ticket #11080, comment 234
- Timestamp:
- 04/16/12 22:54:51 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11080, comment 234
initial v1 1 1 IIRC, this check for a package can be done with pkgconfig. Something like 2 2 {{{ 3 if pkg config openssl; then3 if pkg-config openssl; then 4 4 : 5 5 else