Fix configure failure on NetBSD

$host_os is "netbsd" (all lowercase) according to config.log
This commit is contained in:
Travis Paul 2020-02-13 13:43:38 +08:00
parent 5f690c3647
commit a61af1bc34
No known key found for this signature in database
GPG key ID: 0CA1F92FA8ED3A64

View file

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