aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorglondu2011-01-25 20:53:24 +0000
committerglondu2011-01-25 20:53:24 +0000
commitbc2cebecc14bee4a1a486ff0bead87b6fd69d452 (patch)
tree69c068ce087a768c3e5d6a364d9af004df9976be /configure
parent5d39716249aff66eff1d710e6222901b111b0637 (diff)
Fix compilation with camlp5 (Closes: #2487)
With hints from Daniel de Rauglaudre. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13802 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index 360e286852..5fbe626bdb 100755
--- a/configure
+++ b/configure
@@ -531,11 +531,6 @@ if [ "$usecamlp5" = "yes" ]; then
fi
camlp4oexec=`echo $camlp4oexec | sed -e 's/4/5/'`
- if [ "`$camlp4oexec -pmode 2>&1`" != "transitional" ]; then
- echo "Error: $camlp4oexec not found, or not in transitional mode!"
- echo "Configuration script failed!"
- exit 1
- fi
case `$camlp4oexec -v 2>&1` in
*4.0*|*5.00*)
echo "Camlp5 version < 5.01 not supported."