Blob Blame History Raw
--- bullet-2.64/configure	2008-02-20 09:45:11.000000000 -0600
+++ bullet-2.64/configure	2008-02-20 09:45:11.000000000 -0600
@@ -5423,6 +5423,7 @@
 
     case $host_cpu in
         [Ii][3-9]86*|[Xx]86*) cs_host_cpu=x86 ;;
+        [ppc]*) cs_host_cpu=ppc ;;
         *) cs_host_cpu=$host_cpu ;;
     esac
     cs_host_cpu_normalized="`echo "$cs_host_cpu" | $as_tr_cpp`"