From bc2cebecc14bee4a1a486ff0bead87b6fd69d452 Mon Sep 17 00:00:00 2001 From: glondu Date: Tue, 25 Jan 2011 20:53:24 +0000 Subject: 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 --- configure | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configure') 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." -- cgit v1.2.3