[MPlayer-cvslog] r28699 - trunk/configure
diego
subversion at mplayerhq.hu
Sat Feb 21 23:08:50 CET 2009
Author: diego
Date: Sat Feb 21 23:08:50 2009
New Revision: 28699
Log:
Make alpha arch detection more lenient. Taken from the Debian patchset.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat Feb 21 23:07:39 2009 (r28698)
+++ trunk/configure Sat Feb 21 23:08:50 2009 (r28699)
@@ -159,7 +159,7 @@ ppc() {
alpha() {
case "$host_arch" in
- alpha) return 0;;
+ alpha*) return 0;;
*) return 1;;
esac
}
@@ -2183,7 +2183,7 @@ EOF
;;
- alpha)
+ alpha*)
_arch='ALPHA'
_target_arch='ARCH_ALPHA = yes'
iproc='alpha'
More information about the MPlayer-cvslog
mailing list