Commit d371f90
committed
configure: Fix (deprecated) plugin option
Actually two issues here.
On one hand there was the incomplete rename from --enable-plugin to
--enable-plugin-deprecated triggering new warnings with
dropbear-2026.92. Technically new options where ignored while the old
--enable-plugin and --disable-plugin where still considered.
On the other hand the previous option was broken from the beginning,
because when passing --enable-plugin or --disable-plugin explicitly the
option was not evaluated correctly.
Link: https://www.gnu.org/software/autoconf/manual/autoconf-2.71/html_node/Package-Options.html
Fixes: 8c6aaf8 ("External Public-Key Authentication API (#72)")
Fixes: #298
Fixes: e3e7b28 ("Make -t two factor and plugins deprecated")
Signed-off-by: Alexander Dahl <ada@thorsis.com>1 parent cfedf98 commit d371f90
2 files changed
Lines changed: 28 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
736 | 736 | | |
737 | 737 | | |
738 | 738 | | |
739 | | - | |
| 739 | + | |
740 | 740 | | |
741 | 741 | | |
742 | 742 | | |
| |||
5838 | 5838 | | |
5839 | 5839 | | |
5840 | 5840 | | |
5841 | | - | |
5842 | | - | |
| 5841 | + | |
| 5842 | + | |
5843 | 5843 | | |
5844 | | - | |
| 5844 | + | |
| 5845 | + | |
5845 | 5846 | | |
5846 | 5847 | | |
5847 | 5848 | | |
5848 | | - | |
| 5849 | + | |
5849 | 5850 | | |
5850 | | - | |
| 5851 | + | |
| 5852 | + | |
| 5853 | + | |
| 5854 | + | |
| 5855 | + | |
| 5856 | + | |
| 5857 | + | |
| 5858 | + | |
| 5859 | + | |
5851 | 5860 | | |
5852 | 5861 | | |
5853 | 5862 | | |
5854 | 5863 | | |
5855 | 5864 | | |
5856 | 5865 | | |
| 5866 | + | |
| 5867 | + | |
5857 | 5868 | | |
5858 | 5869 | | |
5859 | 5870 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
| 348 | + | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
352 | | - | |
353 | | - | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
354 | 360 | | |
355 | 361 | | |
356 | 362 | | |
| 363 | + | |
357 | 364 | | |
358 | 365 | | |
359 | 366 | | |
| |||
0 commit comments