mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
builds: alway put picohttpparser into the dist tarball
substituting PICOHTTPPARSER_DIR only when curl gets build, leads to different dist tarballs depending on wether libcurl was available or not. This then breaks later builds from this tarball because of the missing files.
This commit is contained in:
parent
7a46c98f83
commit
7061a76f89
2 changed files with 1 additions and 4 deletions
|
|
@ -418,9 +418,6 @@ URIPARSER_CHECK(yes, 0.7.5, [
|
|||
dnl prerequisites met, enable the plugin
|
||||
if test x$_can_enable_check_curl = xyes; then
|
||||
EXTRAS="$EXTRAS check_curl\$(EXEEXT)"
|
||||
|
||||
dnl Enable bundled picohttpparser library (for now)
|
||||
AC_SUBST(PICOHTTPPARSER_DIR, picohttpparser)
|
||||
fi
|
||||
AM_CONDITIONAL([WITH_CHECK_CURL], [test "$_can_enable_check_curl" = "yes"])
|
||||
AM_COND_IF([WITH_CHECK_CURL],
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \
|
|||
check_nagios check_by_ssh check_dns check_nt check_ide_smart \
|
||||
check_procs check_mysql_query check_apt check_dbi check_curl
|
||||
|
||||
SUBDIRS = @PICOHTTPPARSER_DIR@
|
||||
SUBDIRS = picohttpparser
|
||||
|
||||
EXTRA_DIST = t tests
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue