aboutsummaryrefslogtreecommitdiff
path: root/ide/coqide.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ide/coqide.ml')
-rw-r--r--ide/coqide.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/coqide.ml b/ide/coqide.ml
index 1fb1a61165..2d8291c146 100644
--- a/ide/coqide.ml
+++ b/ide/coqide.ml
@@ -3366,7 +3366,7 @@ let start () =
Command_windows.main ();
Blaster_window.main 9;
main files;
- ignore (Thread.create check_for_geoproof_input ());
+ if !Coq_config.with_geoproof then ignore (Thread.create check_for_geoproof_input ());
while true do
try
GtkThread.main ()