1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-29 16:23:52 +03:00

r5915: Remove --with-manpages-languages= from configure (we only have them in one

lanuage, English, at the moment). Fixes #2261. If other languages
might are added in the future, this parameter will still not be needed.
This commit is contained in:
Jelmer Vernooij
2005-03-20 21:08:50 +00:00
committed by Gerald (Jerry) Carter
parent 9797b33f23
commit d41e790b4b
3 changed files with 3 additions and 29 deletions

View File

@@ -15,7 +15,7 @@ fi
for lang in $langs; do
if [ "X$lang" = Xen ]; then
if [ "X$lang" = XC ]; then
echo Installing default man pages in $MANDIR/
lang=.
else