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

Fixed ioqueue backend selection configure script #3878

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Conversation

sauwming
Copy link
Member

@sauwming sauwming commented Mar 6, 2024

To fix #3877

https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Package-Options.html

AC_ARG_ENABLE (feature, help-string, [action-if-given], [action-if-not-given])
     --enable-feature[=arg]
     --disable-feature
If the user gave configure the option --enable-feature or --disable-feature, run shell commands
action-if-given.
If neither option was given, run shell commands action-if-not-given.

The user can give an argument by following the feature name with ‘=’ and the argument.
Giving an argument of ‘no’  requests that the feature not be made available. If no argument is given,
it defaults to ‘yes’. --disable-feature is equivalent to --enable-feature=no.

@sauwming sauwming merged commit c368025 into master Mar 6, 2024
36 checks passed
@sauwming sauwming deleted the conf-ioq branch March 6, 2024 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

disable kqueue (aconfigure interface)
3 participants