diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 18 |
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 ]) |