dropbear icon indicating copy to clipboard operation
dropbear copied to clipboard

configure --disable-plugin will actually enable it

Open M95D opened this issue 1 year ago • 0 comments

Run ./configure --disable-plugin. After several lines of output:

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-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]

M95D avatar May 02 '24 04:05 M95D