diff options
author | Steven McCoy <steven.mccoy@miru.hk> | 2010-10-04 16:14:57 +0200 |
---|---|---|
committer | Martin Lucina <mato@kotelna.sk> | 2010-10-04 16:14:57 +0200 |
commit | d62d721f1a6f7c9df627b3f3fa8e200ddc9bf5f5 (patch) | |
tree | f3fc756eedcd459241526a924871b738dd00a408 | |
parent | 1d431190f50c86f624605ab11c1580b2d2f7ee06 (diff) |
configure.in: Add amd64 to OpenPGM supported platforms
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;; *) |