summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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