diff options
| author | pboutill | 2012-08-10 15:42:54 +0000 |
|---|---|---|
| committer | pboutill | 2012-08-10 15:42:54 +0000 |
| commit | c02c86626e36c908ec76854f8eda2d5278141d12 (patch) | |
| tree | 7b345f8c44adf4bbe87afca156bedac053864b9d | |
| parent | a6f8778bfa707cab5fe25466de11018683c2a9d3 (diff) | |
Bug 2861 : ocamlopt but no lablgtk2.cmxa problem
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15721 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -674,8 +674,8 @@ else elif [ "$coqide_spec" = "yes" -a "$COQIDE" = "byte" ]; then echo "LablGtk2 found, bytecode CoqIde will be used as requested." COQIDE=byte - elif [ ! -f "${CAMLLIB}/threads/threads.cmxa" ]; then - echo "LablGtk2 found, no native threads: bytecode CoqIde will be available." + elif [ ! -f "${CAMLLIB}/threads/threads.cmxa" -a -f "${lablgtkdir}/gtkThread.cmx" ]; then + echo "LablGtk2 found, not native (or no native threads): bytecode CoqIde will be available." COQIDE=byte else echo "LablGtk2 found, native threads: native CoqIde will be available." |
