summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 00386bcece..f7f8b95845 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1392,9 +1392,9 @@ AC_ARG_WITH(pam,
#################################################
# check for a TDB password database
AC_MSG_CHECKING(whether to use TDB password database)
-AC_ARG_WITH(tdbpwd,
-[ --with-tdbpwd Include experimental TDB password database
- --without-tdbpwd Don't include experimental TDB password database (default)],
+AC_ARG_WITH(tdbsam,
+[ --with-tdbsam Include experimental TDB password database
+ --without-tdbsam Don't include experimental TDB password database (default)],
[ case "$withval" in
yes)
AC_MSG_RESULT(yes)