[Ffmpeg-cvslog] r6359 - trunk/configure

mru subversion
Wed Sep 27 22:30:23 CEST 2006


Author: mru
Date: Wed Sep 27 22:30:23 2006
New Revision: 6359

Modified:
   trunk/configure

Log:
try to stop people blindly using --cross-compile


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Wed Sep 27 22:30:23 2006
@@ -1140,6 +1140,7 @@
     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




More information about the ffmpeg-cvslog mailing list