aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorcourant2003-06-27 13:35:03 +0000
committercourant2003-06-27 13:35:03 +0000
commitafe6690652949d92bfbcf34194836364884b7111 (patch)
tree5a5dc1f4c8c681f6cb2156dd6083a4671364e700 /configure
parent293b31aab50f0b7f947960ce15bf9ae6b6d576de (diff)
*** empty log message ***
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4209 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1210687139..bd29437068 100755
--- a/configure
+++ b/configure
@@ -207,7 +207,7 @@ case $reals_opt in
case $reals_ans in
"N"|"n"|"No"|"NO"|"no")
reals=basic;;
- *) true;;
+ *) reals=all;;
esac;;
yes) true;;
esac