From a4097acafeca4c8b4a08bb58fc12ecdf4dee49c1 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 11 Sep 2023 11:23:27 +0200 Subject: [PATCH] Tweak configure.in --- bacula/autoconf/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.47.3