Commit a4dc5671 authored by reimar's avatar reimar

Fix typo in configure error message.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19803 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ecee1112
...@@ -1479,7 +1479,7 @@ fi ...@@ -1479,7 +1479,7 @@ fi
tmpfile(){ tmpfile(){
tmp=$(mktemp -u "${TMPDIR}/ffconf.XXXXXXXX")$2 && tmp=$(mktemp -u "${TMPDIR}/ffconf.XXXXXXXX")$2 &&
(set -C; exec > $tmp) 2>/dev/null || (set -C; exec > $tmp) 2>/dev/null ||
die "Unable to create temoporary file in $TMPDIR." die "Unable to create temporary file in $TMPDIR."
append TMPFILES $tmp append TMPFILES $tmp
eval $1=$tmp eval $1=$tmp
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment