mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-27 23:51:04 +08:00
configure.in: Add amd64 to OpenPGM supported platforms
This commit is contained in:
parent
1d431190f5
commit
d62d721f1a
@ -283,7 +283,7 @@ if test "x$with_pgm_ext" != "xno"; then
|
||||
AC_MSG_CHECKING([if the PGM extension is supported on this platform])
|
||||
# OpenPGM is only supported by the vendor on x86, AMD64, and SPARC platforms...
|
||||
case "${host_cpu}" in
|
||||
i*86|x86_64|*sparc*)
|
||||
i*86|x86_64|amd64|*sparc*)
|
||||
# Supported
|
||||
;;
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user