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

build: make the C99 requirement explicit #193

Merged
merged 1 commit into from
Jan 19, 2023

Commits on Jan 15, 2023

  1. build: make the C99 requirement explicit

    Recent code uses C99 syntax (as reported in PCRE2Project#163, and therefore it
    will fail to build unless C99 (or higher) support is required by the
    compiler (gcc >= 5 does it by default).
    
    For those unfortunate to need an older compiler that does require a
    flag to enable that, make sure that both autoconf and cmake make it
    explicit.
    
    While testing the change with the ancient autoconf version listed as
    a prerequisite, noticed that the LT_INIT syntax introduced with 91485e5
    (Update configure.ac for latest version of autoconf., 2021-02-02), was
    not supported, so update the autoconf minimum as well.
    carenas committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    12b0e40 View commit details
    Browse the repository at this point in the history