Merge pull request #17 from travispaul-forks/master

Fix configure failure on NetBSD
This commit is contained in:
Jakub Zelenka 2020-09-20 19:30:49 +01:00 committed by GitHub
commit ff7a72120e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
dnl config.m4 for extension gnupg
AC_CANONICAL_HOST
case $host_os in
*BSD*)
*BSD* | *bsd)
GNUPG_DL=""
;;
*)