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: fix handling of name=value argument processing #219

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

pkelsey
Copy link
Contributor

@pkelsey pkelsey commented Mar 19, 2024

The intent seemed to be there, but the implementation was broken. This fix restricts the common value extraction code to operating on options (i.e., args beginning with '--'), and repairs the '=' case so it properly extracts the name and value. Now CFLAGS and other variables can be successfully passed on the command line.

The intent seemed to be there, but the implementation was broken.
This restricts the common value extraction code to operating on
options (i.e., args beginning with '--'), and repairs the '*=*' case
so it properly extracts the name and value.
@cognet cognet merged commit cefdb83 into concurrencykit:master Mar 20, 2024
4 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants