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:
committed by
Gerald (Jerry) Carter
parent
9797b33f23
commit
d41e790b4b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user