From 65f51a41afd8e960690e5910ef7f080dc769575a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com>
Date: Tue, 28 Mar 2006 23:34:23 +0000
Subject: [PATCH] be nice to syntax highlighting that doesn't understand
 here-docs

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

diff --git a/configure b/configure
index 7991f1ad17d..78452c99123 100755
--- a/configure
+++ b/configure
@@ -911,7 +911,7 @@ if test "$mingw32" = "yes" -o "$mingwce" = "yes"; then
 You can only build one library type at once on MinGW.
 Specify --disable-static --enable-shared to only build
 the shared libraries. To build only the static libraries
-you don't need to pass additional options.
+you do not need to pass additional options.
 EOF
         exit 1
     fi
-- 
GitLab