From d5039327f1baa0b806660ca2227c81bee6f265d7 Mon Sep 17 00:00:00 2001 From: Diego Biurrun <diego@biurrun.de> Date: Wed, 21 Feb 2007 12:54:49 +0000 Subject: [PATCH] Remove unused variable. Originally committed as revision 8050 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index 2531c2bf97f..2b0ecaa7e7c 100755 --- a/configure +++ b/configure @@ -746,7 +746,6 @@ bigendian="no" # OS targetos=`uname -s` beos_netserver="no" -mingw32="no" os2="no" wince="no" @@ -1085,7 +1084,6 @@ case `tolower $targetos` in FFSERVERLDFLAGS=-Wl,-bind_at_load ;; mingw32*) - mingw32="yes" if enabled_all shared static; then cat <<EOF You can only build one library type at once on MinGW. -- GitLab