Commit 70fb0a47 authored by VideoLAN's avatar VideoLAN Committed by Rafaël Carré

Darwin9: warn about gcc-4.2 only if not installed

parent fa8bbe9c
...@@ -351,12 +351,9 @@ if test -z "$CONTRIBS_RELEASE"; then ...@@ -351,12 +351,9 @@ if test -z "$CONTRIBS_RELEASE"; then
fi fi
if test $HAVE_DARWIN_9; then if test $HAVE_DARWIN_9; then
set +x if ! /Developer/usr/bin/gcc-4.2 --version>/dev/null 2>&1; then
echo echo "You do not have GCC-4.2 instelled, compilation WILL FAIL." >&2
echo "*****************************************************************" fi
echo "* We are using GCC-4.2 on OS X, so compilation WILL FAIL if it *"
echo "* is NOT installed. *"
echo "*****************************************************************"
fi fi
if test $HAVE_DARWIN_32; then if test $HAVE_DARWIN_32; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment