blob: 91f768e7b97127cf156c3a6c7de7356777a77551 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.orig Mon Mar 15 21:04:49 2004
+++ configure Thu Apr 1 14:56:36 2004
@@ -9329,7 +9329,7 @@
-if test ! -r "$cfg_dir/clamav.conf"; then
+if true; then
INSTALL_CLAMAV_CONF_TRUE=
INSTALL_CLAMAV_CONF_FALSE='#'
else
@@ -9339,7 +9339,7 @@
-if test ! -r "$cfg_dir/freshclam.conf"; then
+if true; then
INSTALL_FRESHCLAM_CONF_TRUE=
INSTALL_FRESHCLAM_CONF_FALSE='#'
else
|