From: Eric Bollengier Date: Mon, 11 Sep 2023 09:23:27 +0000 (+0200) Subject: Tweak configure.in X-Git-Tag: Beta-15.0.0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4097acafeca4c8b4a08bb58fc12ecdf4dee49c1;p=thirdparty%2Fbacula.git Tweak configure.in --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 73471e95d..78329b0b4 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -3588,6 +3588,7 @@ dnl DIRPLUG_INSTALL_TARGET= EXTRA_INSTALL_SCRIPTS= PLUGIN_INSTALL_TARGET= + support_antivirus=no AC_ARG_ENABLE(antivirus-plugin, AC_HELP_STRING([--disable-antivirus-plugin], [disable Antivirus support @<:@default=yes@:>@]), @@ -3601,7 +3602,7 @@ AC_ARG_ENABLE(antivirus-plugin, ) if test x$support_antivirus = xyes ; then - PLUGIN_INSTALL_TARGET="$PLUGIN_INSTALL_TARGET install-antivirus" + FD_PLUGIN_INSTALL="$FD_PLUGIN_INSTALL install-antivirus" fi AC_SUBST(PLUGIN_INSTALL_TARGET)