Module: monitoring-plugins Branch: feature_check_curl Commit: 0d5fe4c35e96cd6fed9eed5aefb39d386cebcc93 Author: Andreas Baumann <m...@andreasbaumann.cc> Date: Sat Sep 7 11:19:32 2019 +0200 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=0d5fe4c
remove obsolete AM_CONDITIONAL([WITH_CHECK_CURL]) --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4ce1409..267c40a 100644 --- a/configure.ac +++ b/configure.ac @@ -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