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: fix 'threadsafe' feature detection for older gcc #12127

Closed
wants to merge 1 commit into from

Commits on Oct 16, 2023

  1. build: fix 'threadsafe' feature detection for older gcc

    - Add 'threadsafe' to the feature list shown during build if POSIX
      threads are being used.
    
    This is a follow-up to 5adb600 which added support for building a
    thread-safe libcurl with older versions of gcc where atomic is not
    available but pthread is.
    
    Reported-by: Dan Fandrich
    
    Fixes curl#12125
    Closes #xxxx
    jay committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    2e4a545 View commit details
    Browse the repository at this point in the history