Commit d2cd962f authored by mru's avatar mru

try to stop people blindly using --cross-compile


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6359 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a55132fe
......@@ -1140,6 +1140,7 @@ if test "$?" != 0; then
echo "$cc is unable to create an executable file."
if test -z "$cross_prefix" -a "$cross_compile" = no; then
echo "If $cc is a cross-compiler, use the --cross-compile option."
echo "Only do this if you know what cross compiling means."
fi
die "C compiler test failed."
fi
......
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