aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 7e31a1f1b0..a23a5bfac8 100755
--- a/configure
+++ b/configure
@@ -127,8 +127,7 @@ while : ; do
-prefix|--prefix) prefix_spec=yes
prefix="$2"
shift;;
- -local|--local) local=true
- reals=all;;
+ -local|--local) local=true;;
-src|--src) src_spec=yes
COQSRC="$2"
shift;;