From a63e5f1cced5c5fe65845c89bbd5ff798b7b9542 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 1 Nov 2006 18:20:15 +0000 Subject: [PATCH] typo Originally committed as revision 6858 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index a710a044f6..5accefdc42 100755 --- a/configure +++ b/configure @@ -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