summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e4c29af0b1..f43ced12c7 100755
--- a/configure
+++ b/configure
@@ -506,7 +506,7 @@ int main() {
}
EOF
$_cc -o "$TMPO" "$TMPC"
- case "$TMPO" in
+ case `"$TMPO"` in
0-0) proc="ev4" ;;
1-0) proc="ev5" ;;
1-1) proc="ev56" ;;