aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authornotin2006-11-16 11:27:01 +0000
committernotin2006-11-16 11:27:01 +0000
commitb95b06d10ebfcf9c536c932ae6f4d8fe8c24f966 (patch)
treea761d168981209534d0a28ce84b7840c94ad1814 /configure
parent3bc4bde3c83333c1825b0f9c6c03474de12fb87e (diff)
Adaptation à FreeBSD
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9378 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 2cc1f25c16..9b2bdb1bcb 100755
--- a/configure
+++ b/configure
@@ -305,6 +305,9 @@ if test ! -f "$CAMLC" ; then
exit 1
fi
+# this fixes a camlp4 bug under FreeBSD
+# ("native-code program cannot do a dynamic load")
+if [ `uname -s` = "FreeBSD" ]; then camlp4oexec=$camlp4oexec.byte; fi
CAMLVERSION=`"$bytecamlc" -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' `