From c592535102c0cc2bb3f796bbb83273dda88fc254 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 23 Dec 2003 22:47:11 +0000 Subject: better parisc detection git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11678 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6216127544..82412d9fc2 100755 --- a/configure +++ b/configure @@ -435,7 +435,7 @@ if test -z "$_target" ; then ppc) host_arch=ppc ;; alpha) host_arch=alpha ;; sparc*) host_arch=sparc ;; - 9000*) host_arch=hppa ;; + parisc*|hppa*|9000*) host_arch=hppa ;; arm*) host_arch=arm ;; s390) host_arch=s390 ;; s390x) host_arch=s390x ;; -- cgit v1.2.3