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

Fix './configure --without-system-libsafec' mistakenly enabling syste… #115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 19, 2022

  1. Fix './configure --without-system-libsafec' mistakenly enabling syste…

    …m-installed libsafec
    
    The third argument to AC_ARG_WITH() is "action-if-given" [0]. That means that, when
    calling ./configure --without-system-libsafec, the current code enables the option
    instead of disabling it.
    
    Just provide an empty argument to keep the proper value.
    
    [0] https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/autoconf.html#Package-Options
    deviance authored and Aleksandr Makarov committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    95e7439 View commit details
    Browse the repository at this point in the history