gdraheim / zziplib

The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access
Other
62 stars 50 forks source link

do not hardcode the pkg-config command #57

Closed tgurr closed 6 years ago

tgurr commented 6 years ago

Initially reported: https://sourceforge.net/p/zziplib/feature-requests/6/

gdraheim commented 6 years ago

Probably all correct as the current configuration files do know about PKG_CONFIG

configure:PKG_CONFIG=$ac_cv_path_PKG_CONFIG
Makefile.in:PKG_CONFIG = @PKG_CONFIG@
Makefile:PKG_CONFIG = /usr/bin/pkg-config