Browse Source

be nice to syntax highlighting that doesn't understand here-docs

Originally committed as revision 5233 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård 19 years ago
parent
commit
65f51a41af
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -911,7 +911,7 @@ if test "$mingw32" = "yes" -o "$mingwce" = "yes"; then
You can only build one library type at once on MinGW. You can only build one library type at once on MinGW.
Specify --disable-static --enable-shared to only build Specify --disable-static --enable-shared to only build
the shared libraries. To build only the static libraries 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 EOF
exit 1 exit 1
fi fi


Loading…
Cancel
Save