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.ac: Fix check for parted #574

Merged
merged 1 commit into from
May 6, 2024
Merged

configure.ac: Fix check for parted #574

merged 1 commit into from
May 6, 2024

Commits on May 6, 2024

  1. configure.ac: Fix check for parted

    PKG_CHECK_MODULES needs all modules in a single list or else the following
    error message appears during configure run:
    
      ./configure: 6807: libconfig: not found
    
    because the macro interprets "[libconfig]" as the action that needs to be
    done if parted was found.
    
    Removed superfluous check for libconfig as requested by PartialVolume
    Polynomial-C committed May 6, 2024
    Configuration menu
    Copy the full SHA
    fca8937 View commit details
    Browse the repository at this point in the history