diff options
author | Måns Rullgård <mans@mansr.com> | 2006-09-27 20:30:23 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-09-27 20:30:23 +0000 |
commit | c7ae634596ed0b41a2e90081992d1bf4d618e231 (patch) | |
tree | 03aa675fced2628391bbbcf4bf9f292905099aec /configure | |
parent | 0ec6065a34b168ed87468d65babe6bccde333ecd (diff) | |
download | ffmpeg-c7ae634596ed0b41a2e90081992d1bf4d618e231.tar.gz |
try to stop people blindly using --cross-compile
Originally committed as revision 6359 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |