diff options
Diffstat (limited to 'editors/openoffice.org-vcltesttool/files/Makefile.knobs')
| -rw-r--r-- | editors/openoffice.org-vcltesttool/files/Makefile.knobs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/Makefile.knobs b/editors/openoffice.org-vcltesttool/files/Makefile.knobs index a0926318a1c6..e34df3fe27d8 100644 --- a/editors/openoffice.org-vcltesttool/files/Makefile.knobs +++ b/editors/openoffice.org-vcltesttool/files/Makefile.knobs @@ -118,10 +118,10 @@ pre-fetch: @${ECHO} "You can compile OOo with evolution2 support by" @${ECHO} "make -DWITH_EVOLUTION2" .endif -.if ${LOCALIZED_LANG} != "all" +.if ${LOCALIZED_LANG} != "alllangs" @${ECHO} @${ECHO} "You can compile OOo with full localized language support by" - @${ECHO} "make LOCALIZED_LANG=all" + @${ECHO} "make LOCALIZED_LANG=alllangs" .endif @${ECHO} @${ECHO} "You can select the language for OOo by making it with:" @@ -141,7 +141,7 @@ pre-fetch: @${ECHO} "To build OOo, you should have a lot" .if defined(WITH_DEBUG) @${ECHO} "of free diskspace (~ 18GB) and memory (~ 2GB)." -.elif ${LOCALIZED_LANG} == "all" +.elif ${LOCALIZED_LANG} == "alllangs" @${ECHO} "of free diskspace (~ 35GB) and memory (~ 2GB)." .else @${ECHO} "of free diskspace (~ 11GB) and memory (~ 2GB)." |
