mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-31 22:45:38 +01: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])
|
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...
|
# OpenPGM is only supported by the vendor on x86, AMD64, and SPARC platforms...
|
||||||
case "${host_cpu}" in
|
case "${host_cpu}" in
|
||||||
i*86|x86_64|*sparc*)
|
i*86|x86_64|amd64|*sparc*)
|
||||||
# Supported
|
# Supported
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user