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

config-scripts: Fix --enable-libtool-unsupported #394

Merged
merged 1 commit into from
Jul 25, 2022

Commits on May 11, 2022

  1. config-scripts: Fix --enable-libtool-unsupported

    When the LIBTOOL variable is set in the user's environment the build
    will use libtool even when --enable-libtool-unsupported is not used.
    
    This can lead to unexpected failures when LIBTOOL is set to rlibtool
    rather than GNU libtool.
    
    To solve this the build now relies on the enable_libtool_unsupported
    varaiable set by --enable-libtool-unsupported.
    
    Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=843638
    orbea committed May 11, 2022
    Configuration menu
    Copy the full SHA
    fa19220 View commit details
    Browse the repository at this point in the history