Commit f7ba16a7 authored by Reimar Döffinger's avatar Reimar Döffinger

Fix typo in configure error message.

Originally committed as revision 19803 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e5f58f81
...@@ -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