Originally committed as revision 6858 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-11-01 18:20:15 +00:00
parent 67bcc87092
commit a63e5f1cce
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -358,7 +358,7 @@ case "$arch" in
arch="x86_32"
;;
x86_64|amd64)
arch="x86"_32
arch="x86_32"
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