diff options
author | Gerald Carter <jerry@samba.org> | 2001-08-26 05:13:49 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-08-26 05:13:49 +0000 |
commit | 76f76c957209b762be6ec013d8d0a8adc78a9de3 (patch) | |
tree | 6cf9b5b693d5008ff057f595abd4fd129836558b /source3/configure.in | |
parent | 1beb3867fb02671960ee5f1ab0101a1be125e62a (diff) | |
download | samba-76f76c957209b762be6ec013d8d0a8adc78a9de3.tar.gz samba-76f76c957209b762be6ec013d8d0a8adc78a9de3.tar.xz samba-76f76c957209b762be6ec013d8d0a8adc78a9de3.zip |
fixed typo
(This used to be commit 3b1454691b1164493f1bee58a3d2e5eed0aa898e)
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 13b43af3826..44f4288a748 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1592,7 +1592,7 @@ AC_ARG_WITH(krb4, # check for Kerberos 5 auth system AC_MSG_CHECKING(whether to use Kerberos 5) AC_ARG_WITH(krb5, -[ --with-krb5=base-dir Include Kerberos 5 support (defualt=no)], +[ --with-krb5=base-dir Include Kerberos 5 support (default=no)], [ case "$withval" in yes) AC_MSG_RESULT(yes) |