summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-09-07 09:19:32 (GMT)
committerAndreas Baumann <mail@andreasbaumann.cc>2019-09-07 09:19:32 (GMT)
commit0d5fe4c35e96cd6fed9eed5aefb39d386cebcc93 (patch)
tree1abdc02337aa13cdb496099d3e9d7b69b9094bff
parent34cc70c3c6428ba0d1f42994f5f0d6b4b8fc8711 (diff)
downloadmonitoring-plugins-0d5fe4c.tar.gz
remove obsolete AM_CONDITIONAL([WITH_CHECK_CURL])
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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
419if test x$_can_enable_check_curl = xyes; then 419if test x$_can_enable_check_curl = xyes; then
420 EXTRAS="$EXTRAS check_curl\$(EXEEXT)" 420 EXTRAS="$EXTRAS check_curl\$(EXEEXT)"
421fi 421fi
422AM_CONDITIONAL([WITH_CHECK_CURL], [test "$_can_enable_check_curl" = "yes"])
423AC_CONFIG_FILES([plugins/picohttpparser/Makefile]) 422AC_CONFIG_FILES([plugins/picohttpparser/Makefile])
424 423
425dnl Fallback to who(1) if the system doesn't provide an utmpx(5) interface 424dnl Fallback to who(1) if the system doesn't provide an utmpx(5) interface