summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-09-27 20:30:23 +0000
committerMåns Rullgård <mans@mansr.com>2006-09-27 20:30:23 +0000
commitc7ae634596ed0b41a2e90081992d1bf4d618e231 (patch)
tree03aa675fced2628391bbbcf4bf9f292905099aec
parent0ec6065a34b168ed87468d65babe6bccde333ecd (diff)
try to stop people blindly using --cross-compile
Originally committed as revision 6359 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 4378e85975..bddaf659fb 100755
--- a/configure
+++ b/configure
@@ -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