summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-05-15 23:34:43 +0000
committerMåns Rullgård <mans@mansr.com>2008-05-15 23:34:43 +0000
commitbcea99bb44c71402a88e052ffe726f402d4b2f79 (patch)
tree1d559ad751bb641238528fa879d2860aa49fe286 /configure
parent54dddf095c96ee556d1ce8a874170da568ee5189 (diff)
set $logfile before use
Originally committed as revision 13178 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index 1e59c23863..36569d1b4f 100755
--- a/configure
+++ b/configure
@@ -1060,6 +1060,11 @@ for opt do
esac
done
+disabled logging && logfile=/dev/null
+
+echo "# $0 $@" > $logfile
+set >> $logfile
+
cc="${cross_prefix}${cc}"
ar="${cross_prefix}${ar}"
nm="${cross_prefix}${nm}"
@@ -1307,11 +1312,6 @@ esac
add_extralibs $osextralibs
-disabled logging && logfile=/dev/null
-
-echo "# $0 $@" > $logfile
-set >> $logfile
-
# Combine FFLDFLAGS and the LDFLAGS environment variable.
LDFLAGS="$FFLDFLAGS $LDFLAGS"