mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-11 09:40:05 -04:00
remove obsolete AM_CONDITIONAL([WITH_CHECK_CURL])
This commit is contained in:
parent
34cc70c3c6
commit
0d5fe4c35e
1 changed files with 0 additions and 1 deletions
|
|
@ -419,7 +419,6 @@ dnl prerequisites met, enable the plugin
|
|||
if test x$_can_enable_check_curl = xyes; then
|
||||
EXTRAS="$EXTRAS check_curl\$(EXEEXT)"
|
||||
fi
|
||||
AM_CONDITIONAL([WITH_CHECK_CURL], [test "$_can_enable_check_curl" = "yes"])
|
||||
AC_CONFIG_FILES([plugins/picohttpparser/Makefile])
|
||||
|
||||
dnl Fallback to who(1) if the system doesn't provide an utmpx(5) interface
|
||||
|
|
|
|||
Loading…
Reference in a new issue