From db6363f65f8c68ccadd39effe76a5142c8ee1acd Mon Sep 17 00:00:00 2001 From: herbelin Date: Sat, 10 Jan 2009 22:37:15 +0000 Subject: - Fixed the recompilation of config/revision.ml once every two conmpilations. - Fixed an error message in configure - Support for filenames with spaces in coqmktop git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11772 85f007b7-540e-0410-9357-904b9bb8a0f7 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index e946f52ddb..76f05e7f32 100755 --- a/configure +++ b/configure @@ -474,7 +474,7 @@ else elif [ -x "${CAMLLIB}/site-lib/camlp5" ]; then CAMLP4LIB=+site-lib/camlp5 else - echo "Objective Caml 3.10 found but no Camlp5 installed." + echo "Objective Caml $CAMLVERSION found but no Camlp5 installed." echo "Configuration script failed!" exit 1 fi -- cgit v1.2.3