You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: follow autoconf conventions for --enable/--disable help output
Use --disable-liblsof (default=yes feature) instead of --enable-liblsof
and remove redundant [default=...] annotations from --enable-security
and --enable-no-sock-security (default=no features).
This follows the GNU convention: advertise only the option that changes
behavior away from the default.
Closes#325
0 commit comments