changeset 29330:15b88aba9fe6

Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used. This makes XML documentation generation work again.
author diego
date Fri, 19 Jun 2009 15:20:59 +0000
parents d1f5b68b68f3
children 65a34695d03a
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Jun 17 18:40:19 2009 +0000
+++ b/configure	Fri Jun 19 15:20:59 2009 +0000
@@ -8127,9 +8127,9 @@
 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