aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormonate2003-05-26 08:16:17 +0000
committermonate2003-05-26 08:16:17 +0000
commit9d631dff827b656516d735159d39c72c0fddfc5f (patch)
tree226891e6d53c720453a341522dcb7cd3e12f1700 /configure
parentcb134451453a608cc486c1235fde2e08b7eab254 (diff)
configure pour CoqIde repare
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4076 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure13
1 files changed, 7 insertions, 6 deletions
diff --git a/configure b/configure
index bbd1bb32ac..eaaa62fac8 100755
--- a/configure
+++ b/configure
@@ -319,12 +319,13 @@ esac
if [ "$coqide_spec" = "no" ] ; then
if test -x ${CAMLLIB}/lablgtk2; then
- if grep -q -w convert_with_fallback ${CAMLLIB}/lablgtk2/glib.mli; then
- COQIDE=byte;
- fi
- # native threads
- if test -f ${CAMLLIB}/threads/threads.cmxa; then
- COQIDE=opt
+ if grep -q -w convert_with_fallbacks ${CAMLLIB}/lablgtk2/glib.mli; then
+ COQIDE=byte
+ # native threads
+ if test -f ${CAMLLIB}/threads/threads.cmxa; then
+ COQIDE=opt;
+ fi;
+ else COQIDE=no;
fi
else
COQIDE=no