summaryrefslogtreecommitdiff
path: root/security/clamav-devel/files/patch-configure
blob: c2d83239eecd7687356ca4a1611740d0d3925a51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- configure.bak	Fri Feb  6 14:46:08 2004
+++ configure	Tue Feb 10 17:44:13 2004
@@ -9316,23 +9316,12 @@
 
 
 
-if test ! -r "$cfg_dir/clamav.conf"; then
-  INSTALL_CLAMAV_CONF_TRUE=
-  INSTALL_CLAMAV_CONF_FALSE='#'
-else
   INSTALL_CLAMAV_CONF_TRUE='#'
   INSTALL_CLAMAV_CONF_FALSE=
-fi
 
 
-
-if test ! -r "$cfg_dir/freshclam.conf"; then
-  INSTALL_FRESHCLAM_CONF_TRUE=
-  INSTALL_FRESHCLAM_CONF_FALSE='#'
-else
   INSTALL_FRESHCLAM_CONF_TRUE='#'
   INSTALL_FRESHCLAM_CONF_FALSE=
-fi
 
 
 if test "$test_urandom" = "yes"