summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-03-20 21:08:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:08 -0500
commitb62fae5edc6115b265660447d8833166fdd771fa (patch)
tree5e1222349360d0c3db188525fabff913e61066b4 /source3/configure.in
parent0ca0cec504710d3c0f00826605408d80562d4672 (diff)
downloadsamba-b62fae5edc6115b265660447d8833166fdd771fa.tar.gz
samba-b62fae5edc6115b265660447d8833166fdd771fa.tar.bz2
samba-b62fae5edc6115b265660447d8833166fdd771fa.zip
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 used to be commit d41e790b4ba96b42ae80f51925a86a3344d3fd39)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/source3/configure.in b/source3/configure.in
index b4cfa9a598..e1c9ea0614 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -3629,30 +3629,6 @@ else
fi
#################################################
-# choose native language(s) of man pages
-AC_MSG_CHECKING(chosen man pages' language(s))
-AC_ARG_WITH(manpages-langs,
-[ --with-manpages-langs={en,ja,pl} Choose man pages' language(s). (en)],
-[ case "$withval" in
- yes|no)
- AC_MSG_WARN(--with-manpages-langs called without argument - will use default)
- manlangs="en"
- ;;
- *)
- manlangs="$withval"
- ;;
- esac
-
- AC_MSG_RESULT($manlangs)
- manlangs=`echo $manlangs | sed "s/,/ /g"` # replacing commas with spaces to produce a list
- AC_SUBST(manlangs)],
-
- [manlangs="en"
- AC_MSG_RESULT($manlangs)
- AC_SUBST(manlangs)]
-)
-
-#################################################
# should we build libsmbclient?
INSTALLCLIENTCMD_SH=: