diff options
| author | notin | 2006-11-16 11:27:01 +0000 |
|---|---|---|
| committer | notin | 2006-11-16 11:27:01 +0000 |
| commit | b95b06d10ebfcf9c536c932ae6f4d8fe8c24f966 (patch) | |
| tree | a761d168981209534d0a28ce84b7840c94ad1814 /configure | |
| parent | 3bc4bde3c83333c1825b0f9c6c03474de12fb87e (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-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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' ` |
