# HG changeset patch # User diego # Date 1166919019 0 # Node ID f0d5f349a2ea289dac36c026db36ac365a87870e # Parent 42aae1adb3a41a97d83deca80926e67e0f9a9b9a Exit when runtime CPU detection is requested on unsupported arches. diff -r 42aae1adb3a4 -r f0d5f349a2ea configure --- a/configure Sun Dec 24 00:08:57 2006 +0000 +++ b/configure Sun Dec 24 00:10:19 2006 +0000 @@ -548,6 +548,10 @@ esac done +if test "$_runtime_cpudetection" = yes && not x86 && not ppc; then + die "Runtime CPU detection only works for x86, x86-64 and PPC!" +fi + # Determine our OS name and CPU architecture if test -z "$_target" ; then # OS name