summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorksorim <ksorim@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-20 15:28:26 +0000
committerksorim <ksorim@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-20 15:28:26 +0000
commit8de170f53def6e89393503ab51495aab738c1e0d (patch)
tree5b379276d3f00a9ec6a25730743359bed0ebcf9b /configure
parent2e1959effa3f0d6ad4b01ba0ecd3a422a8ae6e62 (diff)
downloadmpv-8de170f53def6e89393503ab51495aab738c1e0d.tar.bz2
mpv-8de170f53def6e89393503ab51495aab738c1e0d.tar.xz
Bugfix for --disable-runtime-cpudetection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5223 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 45e07115dc..2624d145c6 100755
--- a/configure
+++ b/configure
@@ -587,7 +587,7 @@ case "$host_arch" in
cat > $TMPC << EOF
int main(void) { return 0; }
EOF
- if test "_$runtime_cpudetection" = "no" ; then
+ if test "$_runtime_cpudetection" = no ; then
if test "$proc" = "k7" ; then
cc_check -march=$proc -mcpu=$proc || proc=athlon
fi