summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-08-18 23:20:23 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:15:49 +0200
commita32a8756f5bc5292bf6f577c1708b7c96f206b89 (patch)
tree92f01de604f351d85dc566a3ff641a616d7a1417
parent573ec8491004cb0f1ea15670798bae0808b74a0d (diff)
downloadmpv-a32a8756f5bc5292bf6f577c1708b7c96f206b89.tar.bz2
mpv-a32a8756f5bc5292bf6f577c1708b7c96f206b89.tar.xz
configure: Fix documentation language variables in summary output
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31981 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b838c64203..7e883cc59d 100755
--- a/configure
+++ b/configure
@@ -8525,7 +8525,7 @@ EOF
if test "$_mtrr" = yes ; then
- echo "Please check mtrr settings at /proc/mtrr (see DOCS/HTML/$doc_lang/video.html#mtrr)"
+ echo "Please check mtrr settings at /proc/mtrr (see DOCS/HTML/$language_doc/video.html#mtrr)"
echo
fi
@@ -8552,7 +8552,7 @@ If you used one of these options (except --enable-menu and similar ones that
turn on internal features) and experience a compilation or linking failure,
make sure you have passed the necessary compiler/linker flags to configure.
-If you suspect a bug, please read DOCS/HTML/$doc_lang/bugreports.html.
+If you suspect a bug, please read DOCS/HTML/$language_doc/bugreports.html.
EOF