summaryrefslogblamecommitdiff
path: root/security/clamav/files/patch-configure
blob: ab505db6d68f64df57ee8fa494494d462460dbb3 (plain) (tree)



























                                                                     
--- configure.orig	Thu Feb 19 14:18:40 2004
+++ configure	Thu Feb 19 14:19:31 2004
@@ -9317,7 +9317,7 @@
 
 
 
-if test ! -r "$cfg_dir/clamav.conf"; then
+if true; then
   INSTALL_CLAMAV_CONF_TRUE=
   INSTALL_CLAMAV_CONF_FALSE='#'
 else
@@ -9327,7 +9327,7 @@
 
 
 
-if test ! -r "$cfg_dir/freshclam.conf"; then
+if true; then
   INSTALL_FRESHCLAM_CONF_TRUE=
   INSTALL_FRESHCLAM_CONF_FALSE='#'
 else
@@ -9564,6 +9564,7 @@
   cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"
 #include "confdefs.h"
+#include <sys/types.h>
 #include <netinet/in.h>
 int main(int argc, char **argv) { in_port_t pt; pt = 0; return pt; }
 _ACEOF