You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
361 B
13 lines
361 B
diff --git a/configure.ac b/configure.ac |
|
index 8b79117..eb8aae0 100644 |
|
--- a/configure.ac |
|
+++ b/configure.ac |
|
@@ -100,7 +100,7 @@ LIBPOSTFIX= |
|
case "${host_os}" in |
|
*linux* ) |
|
case "${host_cpu}" in |
|
- powerpc64 | s390x | x86_64 | sparc64 | aarch64) |
|
+ powerpc64* | s390x | x86_64 | sparc64 | aarch64) |
|
LIBPOSTFIX="64" |
|
;; |
|
esac
|
|
|