Skip to content

Commit

Permalink
Do not compile code for libarchive support if libarchive is not
Browse files Browse the repository at this point in the history
available.

Update autoconf and automake files.
  • Loading branch information
darold committed Mar 3, 2019
1 parent 9365017 commit 9f16650
Show file tree
Hide file tree
Showing 20 changed files with 11,589 additions and 16,240 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
CONFIGDIR = @CONFDIR@
cicapmoduledir=@MODSDIR@
HAVE_TEMPLATE=@HAVE_TEMPLATE@
HAVE_ARCHIVE=@HAVE_ARCHIVE@
HAVE_HASALLDATA=@HAVE_HASALLDATA@

SUBDIRS = . src etc
Expand All @@ -20,6 +21,7 @@ DEFAULT_DOC_DIR = $(datadir)/squidclamav
DEFAULT_LIBEXEC_DIR = $(libexecdir)/squidclamav

DEFS = @DEFS@
OBJDIR = @OBJDIR@

man1_MANS = doc/squidclamav.1
docdir = $(DEFAULT_DOC_DIR)
Expand Down
Loading

0 comments on commit 9f16650

Please sign in to comment.