We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Run ./configure --disable-plugin. After several lines of output:
./configure --disable-plugin
configure: Enabling support for External Public Key Authentication
This is the opposite of --disable.
I saw that --disable-plugin is not documented in ./configure --help, instead, --enable-plugin is documented, but it should be accepted, according to:
--disable-plugin
./configure --help
--enable-plugin
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Run
./configure --disable-plugin
.After several lines of output:
This is the opposite of --disable.
I saw that
--disable-plugin
is not documented in./configure --help
, instead,--enable-plugin
is documented, but it should be accepted, according to:The text was updated successfully, but these errors were encountered: