configure.patch
上传用户:lswyart
上传日期:2008-06-12
资源大小:3441k
文件大小:0k
源码类别:

杀毒

开发平台:

Visual C++

  1. --- configure 2005-06-17 17:38:49.073838400 +1000
  2. +++ configure.new 2005-06-17 17:46:08.434683200 +1000
  3. @@ -10566,6 +10566,13 @@ else
  4.    want_bzip2="yes"
  5.  fi;
  6.  
  7. +case $host_os in
  8. + cygwin*)
  9. + # add -lgdi32 -lwinmm for cygwin 
  10. + # (maybe we need to include  | mingw* | pw32* as well
  11. +  LIBCLAMAV_LIBS="$LIBCLAMAV_LIBS -lgdi32 -lwinmm";
  12. +esac
  13.  if test "$want_bzip2" = "yes"
  14.  then
  15.      echo "$as_me:$LINENO: checking for bzReadOpen in -lbz2" >&5