summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-12-11 10:57:52 +0000
committerDiego Biurrun <diego@biurrun.de>2006-12-11 10:57:52 +0000
commit505dfb09d9455711e6407192088dadccfb30d59e (patch)
treed4926225e2fb1091c5e002350d6b36719f28048a /configure
parentec4e0056ef34e965acce682609f942063f87728d (diff)
Improve broken shell warning.
Originally committed as revision 7278 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index e5348c90b6..27fca71ab6 100755
--- a/configure
+++ b/configure
@@ -40,6 +40,9 @@ if test "$E1" != 0 || test "$E2" = 0; then
echo "No compatible shell script interpreter found."
echo "This configure script requires a POSIX compatible shell"
echo "such as bash or ksh."
+ echo "THIS IS NOT A BUG IN FFMPEG, DO NOT REPORT IT AS SUCH."
+ echo "Instead, install a working POSIX-compatible shell."
+ echo "Disabling this configure test will create a broken FFmpeg."
if test "$BASH_VERSION" = '2.04.0(1)-release'; then
echo "This bash version ($BASH_VERSION) is broken on your platform."
echo "Upgrade to a later version if available."