From 38a05ab6efd39954bb759cbc34a410b7e5ce2c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20D=C3=B6nmez?= Date: Fri, 28 Mar 2008 11:53:37 +0000 Subject: =?UTF-8?q?Replace=20hackish=20CFLAGS=2064=20bit=20test=20by=20a?= =?UTF-8?q?=20proper=20compilation=20check.=20patch=20by=20=C4=B0smail=20D?= =?UTF-8?q?=C3=B6nmez,=20ismail=20namtrac=20org?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 12620 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 8d4be56760..e78537c49d 100755 --- a/configure +++ b/configure @@ -1233,13 +1233,9 @@ case "$arch" in x86_64|amd64) arch="x86_32" enable fast_unaligned - canon_arch="`$cc -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`" - if [ x"$canon_arch" = x"x86_64" -o x"$canon_arch" = x"amd64" ]; then - if ! echo $CFLAGS | grep -q -- -m32; then - arch="x86_64" - enable fast_64bit - fi - fi + check_cc <