Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure: Remove redundant pkg-config code #1090

Merged
merged 1 commit into from
Mar 17, 2022

Commits on Mar 16, 2022

  1. configure: Remove redundant pkg-config code

    This removes code that detects the pkg-config tool. We used this
    back in the days when we had dependencies. ;) It can always be brought
    back if we'll need it in the future.
    
    Note that we still deliver a .pc file for this library, and there is
    code in Makefile.am to install it. But this does not require the
    pkg-config tool; only consumers of the .pc file will need it. This can
    be verified by running `make install` (maybe after `mkdir /tmp/pre` and
    `./configure --prefix=/tmp/pre` and checking that the .pc file is
    installed correctly.
    real-or-random committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    21b2eba View commit details
    Browse the repository at this point in the history