summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2021-01-13 22:37:04 +0200
committerMavridis Philippe <mavridisf@gmail.com>2021-01-13 22:37:04 +0200
commit6e4fdca9cd1c36a2e62f8b6c5a5b3eff591ffa19 (patch)
treea4e68efd9167edb85641290b1e897d3ea7c200f2 /configure.in
parent05ad7bcb1f26af286e1bd6ecf3b104c821ee2749 (diff)
downloadklamav-6e4fdca9cd1c36a2e62f8b6c5a5b3eff591ffa19.tar.gz
klamav-6e4fdca9cd1c36a2e62f8b6c5a5b3eff591ffa19.zip
Removed software updates.
ClamAV updates must be left to the user (or, even better, each distribution's package manager). Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in18
1 files changed, 0 insertions, 18 deletions
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 ])