Remove useless comment.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24666 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-09-29 22:09:31 +00:00
parent 394ec174c7
commit f6c37a932e
1 changed files with 0 additions and 1 deletions

1
configure vendored
View File

@ -1300,7 +1300,6 @@ if test "$_runtime_cpudetection" = yes && not x86 && not ppc; then
die "Runtime CPU detection only works for x86, x86-64 and PPC!"
fi
# LGB: temporary files
for I in "$TMPDIR" "$TEMPDIR" "/tmp" ; do
test "$I" && break
done