Mercurial > mplayer.hg
comparison configure @ 24646:18dd1970d050
Remove useless comment.
author | diego |
---|---|
date | Sat, 29 Sep 2007 22:09:31 +0000 |
parents | 3b96fd2cf98c |
children | 9d4fe620a1f4 |
comparison
equal
deleted
inserted
replaced
24645:3b96fd2cf98c | 24646:18dd1970d050 |
---|---|
1298 | 1298 |
1299 if test "$_runtime_cpudetection" = yes && not x86 && not ppc; then | 1299 if test "$_runtime_cpudetection" = yes && not x86 && not ppc; then |
1300 die "Runtime CPU detection only works for x86, x86-64 and PPC!" | 1300 die "Runtime CPU detection only works for x86, x86-64 and PPC!" |
1301 fi | 1301 fi |
1302 | 1302 |
1303 # LGB: temporary files | |
1304 for I in "$TMPDIR" "$TEMPDIR" "/tmp" ; do | 1303 for I in "$TMPDIR" "$TEMPDIR" "/tmp" ; do |
1305 test "$I" && break | 1304 test "$I" && break |
1306 done | 1305 done |
1307 | 1306 |
1308 TMPLOG="configure.log" | 1307 TMPLOG="configure.log" |