[MPlayer-cvslog] r21754 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Dec 24 01:10:20 CET 2006
Author: diego
Date: Sun Dec 24 01:10:19 2006
New Revision: 21754
Modified:
trunk/configure
Log:
Exit when runtime CPU detection is requested on unsupported arches.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Dec 24 01:10:19 2006
@@ -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
More information about the MPlayer-cvslog
mailing list