PR#5385: add a warning when MACOSX_DEPLOYMENT_TARGET is set

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12143 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2012-02-09 18:41:53 +00:00
parent 604f1de662
commit b392c77aa6
1 changed files with 5 additions and 0 deletions

5
configure vendored
View File

@ -1702,3 +1702,8 @@ fi
echo
echo "** OCaml configuration completed successfully **"
echo
if test ! -z "$MACOSX_DEPLOYMENT_TARGET"; then
echo "WARNING: the environment variable MACOSX_DEPLOYMENT_TARGET is set."
echo "This will probably prevent compiling the OCaml system."
fi