From c7ae634596ed0b41a2e90081992d1bf4d618e231 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com>
Date: Wed, 27 Sep 2006 20:30:23 +0000
Subject: [PATCH] try to stop people blindly using --cross-compile

Originally committed as revision 6359 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 4378e85975b..bddaf659fb1 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
-- 
GitLab