mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2024-11-22 06:27:08 +00:00
Merge pull request #17 from travispaul-forks/master
Fix configure failure on NetBSD
This commit is contained in:
commit
ff7a72120e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
dnl config.m4 for extension gnupg
|
||||
AC_CANONICAL_HOST
|
||||
case $host_os in
|
||||
*BSD*)
|
||||
*BSD* | *bsd)
|
||||
GNUPG_DL=""
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue