Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Commit

Permalink
fixes for the infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Maggi committed Jun 8, 2015
1 parent a658655 commit d2daa0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion configure.ac
Expand Up @@ -27,7 +27,9 @@ LT_INIT([shared disable-static])

VICARE_SCHEME
VICARE_CHECK_LIBRARY([VICARE],
[(vicare (0 4 (>= 2015) (>= 5) (>= 19)))])
[(vicare (or (0 4 2015 5 (>= 19))
(0 4 2015 (>= 6))
(0 4 (>= 2016))))])
AS_IF([test "$vicare_cv_schemelib_VICARE" = no],
[AC_MSG_ERROR([wrong Vicare version],1)])

Expand Down
4 changes: 3 additions & 1 deletion lib/vicare/crypto/cityhash.vicare.sls
Expand Up @@ -38,7 +38,9 @@

;; hash functions
CityHash64 CityHash128 Hash128to64)
(import (vicare)
(import (vicare (or (0 4 2015 5 (>= 19))
(0 4 2015 (>= 6))
(0 4 (>= 2016))))
(prefix (vicare crypto cityhash unsafe-capi)
capi.)
(vicare unsafe operations)
Expand Down

0 comments on commit d2daa0d

Please sign in to comment.