[Ffmpeg-cvslog] r6044 - trunk/configure
reimar
subversion
Mon Aug 21 21:02:50 CEST 2006
Author: reimar
Date: Mon Aug 21 21:02:50 2006
New Revision: 6044
Modified:
trunk/configure
Log:
cc -> $cc typo fix, caused amd64 to be misdetected as x86 when cc not available
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Aug 21 21:02:50 2006
@@ -353,7 +353,7 @@
;;
x86_64|amd64)
cpu="x86"
- canon_arch="`cc -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`"
+ canon_arch="`$cc -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`"
if [ x"$canon_arch" = x"x86_64" -o x"$canon_arch" = x"amd64" ]; then
if [ -z "`echo $CFLAGS | grep -- -m32`" ]; then
cpu="x86_64"
More information about the ffmpeg-cvslog
mailing list