aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-08-10 15:42:54 +0000
committerGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-08-10 15:42:54 +0000
commitc02c86626e36c908ec76854f8eda2d5278141d12 (patch)
tree7b345f8c44adf4bbe87afca156bedac053864b9d /configure
parenta6f8778bfa707cab5fe25466de11018683c2a9d3 (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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 587c8083d..015a794c3 100755
--- a/configure
+++ b/configure
@@ -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."