git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ec6065
)
try to stop people blindly using --cross-compile
author
Måns Rullgård
<mans@mansr.com>
Wed, 27 Sep 2006 20:30:23 +0000
(20:30 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Wed, 27 Sep 2006 20:30:23 +0000
(20:30 +0000)
Originally committed as revision 6359 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
4378e85
..
bddaf65
100755
(executable)
--- 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