diff options
| author | monate | 2003-05-26 08:16:17 +0000 |
|---|---|---|
| committer | monate | 2003-05-26 08:16:17 +0000 |
| commit | 9d631dff827b656516d735159d39c72c0fddfc5f (patch) | |
| tree | 226891e6d53c720453a341522dcb7cd3e12f1700 /configure | |
| parent | cb134451453a608cc486c1235fde2e08b7eab254 (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-x | configure | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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 |
