diff options
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in index a30ee5a25e..d61b6e1d47 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1732,8 +1732,7 @@ AC_ARG_WITH(tdbsam, [ case "$withval" in yes) AC_MSG_RESULT(yes) - AC_DEFINE(WITH_TDBPWD) -# AC_MSG_ERROR([TDB password database not supported in this version.]) + AC_DEFINE(WITH_TDBSAM) ;; *) AC_MSG_RESULT(no) |