summaryrefslogtreecommitdiffstats
path: root/src/configure.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2003-12-28 03:57:48 +0000
committerKen Raeburn <raeburn@mit.edu>2003-12-28 03:57:48 +0000
commit36fba61b4b409e4c73466900009a1204d6e2dbd4 (patch)
treeb3c5502981a27e90ae36f7aaf15f0e7eb19a090b /src/configure.in
parent1111db9004cf3624d292443915ae58f4405d689a (diff)
downloadkrb5-36fba61b4b409e4c73466900009a1204d6e2dbd4.tar.gz
krb5-36fba61b4b409e4c73466900009a1204d6e2dbd4.tar.xz
krb5-36fba61b4b409e4c73466900009a1204d6e2dbd4.zip
* configure.in: Use AC_HELP_STRING for kdc-replay-cache option info
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15962 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/configure.in')
-rw-r--r--src/configure.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/configure.in b/src/configure.in
index 7a9026930d..d683469223 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -21,10 +21,8 @@ dnl The following lines are so that configure --help gives some global
dnl configuration options.
dnl
AC_ARG_ENABLE([kdc-replay-cache],
-[ --enable-kdc-replay-cache check for replayed/retransmitted KDC requests
- (recommended for replay attack detection
- when hardware preauthentication is in use)
- --disable-kdc-replay-cache omit replay detection])dnl
+AC_HELP_STRING([--enable-kdc-replay-cache],[check for replayed/retransmitted KDC requests (recommended for replay attack detection when hardware preauthentication is in use)])
+AC_HELP_STRING([--disable-kdc-replay-cache],[omit replay detection]))dnl
KRB5_LIB_AUX
AC_KRB5_TCL
AC_ARG_ENABLE([athena],