Commit 7e624b36 authored by Baruch Siach's avatar Baruch Siach Committed by Peter Korsgaard
Browse files

rsyslog: drop autoreconf



The patches touching configure.ac were dropped in 9d9bbf9b (rsyslog: bump
to version 8.8.0, 2015-02-25). Remove autoreconf as well.

Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 3d3f70b5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@ RSYSLOG_PLUGINS = imdiag imfile impstats imptcp \
	pmaixforwardedfrom pmciscoios pmcisconames pmlastmsg pmsnare
RSYSLOG_CONF_OPTS = --disable-generate-man-pages \
	$(foreach x,$(call qstrip,$(RSYSLOG_PLUGINS)),--enable-$(x))
# For mysql and pgsql support patches
RSYSLOG_AUTORECONF = YES

# Build after BusyBox
ifeq ($(BR2_PACKAGE_BUSYBOX),y)