diff options
| author | glondu | 2008-08-18 05:09:43 +0000 |
|---|---|---|
| committer | glondu | 2008-08-18 05:09:43 +0000 |
| commit | 994048e670339c3709f7735446b40341d21aa6a9 (patch) | |
| tree | 1932447a555ec6818ec8cffe8f780a82a5a8ff2c | |
| parent | 13d4621a4c3faab5e1b965c14892919c816306a4 (diff) | |
Revert commit 11326, to see if it is what makes bench fail
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11329 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -862,9 +862,9 @@ cat << END_OF_COQ_CONFIG > $mlconfig_file (* DO NOT EDIT THIS FILE: automatically generated by ../configure *) let local = $local -let bindir = try Sys.getenv "COQBIN" with Not_found -> "$ESCBINDIR" -let coqlib = try Sys.getenv "COQLIB" with Not_found -> "$ESCLIBDIR" -let coqtop = try Sys.getenv "COQTOP" with Not_found -> "$ESCCOQTOP" +let bindir = "$ESCBINDIR" +let coqlib = "$ESCLIBDIR" +let coqtop = "$ESCCOQTOP" let camldir = "$ESCCAMLDIR" let camllib = "$ESCCAMLLIB" let camlp4 = "$CAMLP4" |
