summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-29 22:09:31 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-29 22:09:31 +0000
commitf6c37a932e08cf0d9541e5171b5161542fbd6ada (patch)
tree73549a075b2fe90352793252d8efaa4e0da827e6 /configure
parent394ec174c7a26f985263556ca9992ab3480750ef (diff)
downloadmpv-f6c37a932e08cf0d9541e5171b5161542fbd6ada.tar.bz2
mpv-f6c37a932e08cf0d9541e5171b5161542fbd6ada.tar.xz
Remove useless comment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24666 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 4c044fc0f4..5454731798 100755
--- a/configure
+++ b/configure
@@ -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