diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-12-03 22:39:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-03 22:39:19 +0100 |
| commit | 30a9908d8d02fe7ffc813adfe80e24663dcee654 (patch) | |
| tree | ac8210bf37d4635999895ec98b3e05a69052c0df /configure.ac | |
| parent | 25329a9097cbd272a4d94e2ae9b09e423016c022 (diff) | |
| download | monitoring-plugins-30a9908d8d02fe7ffc813adfe80e24663dcee654.tar.gz | |
Remove check_nt (#2195)
check_nt was used to connect NSclient++ on windows, both the method
and the target are pretty much dead.
Therefor check_nt gets removed.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 705183a2..2bf94014 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -1832,11 +1832,6 @@ if test -n "$PATH_TO_APTGET" ; then | |||
| 1832 | fi | 1832 | fi |
| 1833 | 1833 | ||
| 1834 | 1834 | ||
| 1835 | if test -f $srcdir/plugins/check_nt.c ; then | ||
| 1836 | EXTRAS="$EXTRAS check_nt\$(EXEEXT)" | ||
| 1837 | fi | ||
| 1838 | |||
| 1839 | |||
| 1840 | dnl used in check_dhcp | 1835 | dnl used in check_dhcp |
| 1841 | AC_CHECK_HEADERS(sys/sockio.h) | 1836 | AC_CHECK_HEADERS(sys/sockio.h) |
| 1842 | 1837 | ||
