From 6e4fdca9cd1c36a2e62f8b6c5a5b3eff591ffa19 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Wed, 13 Jan 2021 22:37:04 +0200 Subject: Removed software updates. ClamAV updates must be left to the user (or, even better, each distribution's package manager). Signed-off-by: Mavridis Philippe --- configure.in | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 5d7fc33..a371ac5 100644 --- a/configure.in +++ b/configure.in @@ -207,24 +207,6 @@ if test "$tempres" = "yes"; then AC_DEFINE([SUPPORT_CLAMAV_V095],[],[Support ClamAV 0.95]) fi -dnl disable updates - -# Whether we should use the disableupdates memory allocation debugging library. -AC_MSG_CHECKING(whether to use disable-updates (build KlamAV with GUI updates disabled )) -AC_ARG_WITH(disableupdates, -[ --with-disableupdates build KlamAV with GUI updates disabled . ], -[if [[ "$withval" = "yes" ]]; then - disableupdates=1 - AC_MSG_RESULT(yes) -else - disableupdates=1 - AC_MSG_RESULT(no) -fi], [ disableupdates=0; AC_MSG_RESULT(no) ] -) - -if [[ $disableupdates -eq 1 ]]; then - AC_DEFINE(DISABLE_UPDATES, 1, "Define to disable gui updates") -fi KDE_CREATE_SUBDIRSLIST AC_CONFIG_FILES([ Makefile ]) AC_CONFIG_FILES([ doc/Makefile ]) -- cgit v1.2.1