]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Tweak configure.in
authorEric Bollengier <eric@baculasystems.com>
Mon, 11 Sep 2023 09:23:27 +0000 (11:23 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:57:02 +0000 (13:57 +0200)
bacula/autoconf/configure.in

index 73471e95d2db816a32a885042625eaf69c58a7ec..78329b0b46d276e5d842a82aa0ccf409c35225c4 100644 (file)
@@ -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)