From 1fc9fb8a77d4dfdb6bc8c9d1b47a0daf0b55f09f Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Sun, 11 Jan 2009 22:32:45 +0000
Subject: [PATCH] Use 'enabled' function to simplify x86_64 check in the
 mingw32 section.

Originally committed as revision 16557 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index f07e9228399..af4dbca71eb 100755
--- a/configure
+++ b/configure
@@ -1447,7 +1447,7 @@ case $target_os in
     mingw32*)
         target_os=mingw32
         LIBTARGET=i386
-        if test $arch = x86_64; then
+        if enabled x86_64; then
             disable need_memalign
             LIBTARGET=x64
         fi
-- 
GitLab