[Ffmpeg-cvslog] r7278 - trunk/configure

diego subversion
Mon Dec 11 11:57:52 CET 2006


Author: diego
Date: Mon Dec 11 11:57:52 2006
New Revision: 7278

Modified:
   trunk/configure

Log:
Improve broken shell warning.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Dec 11 11:57:52 2006
@@ -40,6 +40,9 @@
     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."




More information about the ffmpeg-cvslog mailing list