diff options
| author | notin | 2006-06-09 09:29:03 +0000 |
|---|---|---|
| committer | notin | 2006-06-09 09:29:03 +0000 |
| commit | 2c1a2d07ab57e257ac84e3ab2c6706b47f52c68d (patch) | |
| tree | 92b658358f2bcf8eddce0be337d6acaf5b9f95bc /config | |
| parent | befd2a4bf35ee1f19b5705e061daf3320400501d (diff) | |
Ajout d'une option -with-geoproof à la configuration et à l'exécution
pour inhiber la gestion de Geoproof sous Coqide (qui peut poser des
problèmes avec GTK < 2.6.0)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8932 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'config')
| -rw-r--r-- | config/coq_config.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/coq_config.mli b/config/coq_config.mli index 6adeaa705a..f127c30349 100644 --- a/config/coq_config.mli +++ b/config/coq_config.mli @@ -34,3 +34,4 @@ val theories_dirs : string list val contrib_dirs : string list val exec_extension : string (* "" under Unix, ".exe" under MS-windows *) +val with_geoproof : bool ref (* to (de)activate functions specific to Geoproof with Coqide *) |
