commit | 36f2968bac2047b4dc58cac8997db32353669a56 | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Fri Nov 30 21:44:01 2012 +0100 |
committer | Petr Machata <pmachata@redhat.com> | Fri Nov 30 21:44:01 2012 +0100 |
tree | f87964d74f4054ed7415c55979f1365cb4236dc0 | |
parent | 68818a8b532c964efd73ba9dca58fab46c42d532 [diff] [blame] |
Fix detection of unwind library on ppc64
diff --git a/configure.ac b/configure.ac index 2cff16a..69693b2 100644 --- a/configure.ac +++ b/configure.ac
@@ -165,7 +165,7 @@ arm*|sa110) UNWIND_ARCH="arm" ;; i?86) UNWIND_ARCH="x86" ;; powerpc) UNWIND_ARCH="ppc32" ;; - ppc64) UNWIND_ARCH="ppc64" ;; + powerpc64) UNWIND_ARCH="ppc64" ;; mips*) UNWIND_ARCH="mips" ;; *) UNWIND_ARCH="${host_cpu}" ;; esac