Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used.

This makes XML documentation generation work again.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29372 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-06-19 15:20:59 +00:00
parent 990a1eb471
commit 08a14cf5a4
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -8127,9 +8127,9 @@ export LC_ALL = C
CONFIGURATION = $_configuration
CHARSET = $_charset
DOC_LANGS = $doc_langs
DOC_LANGS = $language_doc
DOC_LANG_ALL = $doc_lang_all
MAN_LANGS = $man_langs
MAN_LANGS = $language_man
MAN_LANG_ALL = $man_lang_all
prefix = \$(DESTDIR)$_prefix