Commit d62d721f authored by Steven McCoy's avatar Steven McCoy Committed by Martin Lucina

configure.in: Add amd64 to OpenPGM supported platforms

parent 1d431190
......@@ -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
;;
*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment