build: fix build_clean.sh script to enable ibft

autotools build has/had a bug, where ibft test files would only be disted
if the ibft plugin was enabled.

Regardless of that, `build_clean.sh --release` is our suggested way to
create a release tarball. It should always enable the ibft plugin.

It didn't do so, due to a bug.
This commit is contained in:
Thomas Haller 2018-10-24 21:34:36 +02:00
parent bc6071aed6
commit b660a41c7c

View file

@ -151,7 +151,7 @@ if [[ $NO_DIST != 1 ]]; then
--with-libnm-glib \
--enable-ifcfg-rh \
--enable-ifupdown \
--enable-ibft \
--enable-config-plugin-ibft \
--with-config-logging-backend-default=syslog \
--with-libaudit=yes-disabled-by-default \
--enable-polkit=yes \