From d62d721f1a6f7c9df627b3f3fa8e200ddc9bf5f5 Mon Sep 17 00:00:00 2001 From: Steven McCoy Date: Mon, 4 Oct 2010 16:14:57 +0200 Subject: configure.in: Add amd64 to OpenPGM supported platforms --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index f8d2e5e..030daf1 100644 --- a/configure.in +++ b/configure.in @@ -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 ;; *) -- cgit v1.2.3