0
0
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:
Steven McCoy 2010-10-04 16:14:57 +02:00 committed by Martin Lucina
parent 1d431190f5
commit d62d721f1a

View File

@ -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
;;
*)