From: Ken Raeburn Date: Sun, 28 Dec 2003 03:57:48 +0000 (+0000) Subject: * configure.in: Use AC_HELP_STRING for kdc-replay-cache option info X-Git-Tag: krb5-1.4-beta1~670 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=36fba61b4b409e4c73466900009a1204d6e2dbd4;p=krb5.git * 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 --- diff --git a/src/ChangeLog b/src/ChangeLog index a35107c28..047a8aa2e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2003-12-27 Ken Raeburn + + * configure.in: Use AC_HELP_STRING for kdc-replay-cache option + info, to tidy up the output. + 2003-12-13 Ken Raeburn * aclocal.m4 (WITH_CC): Drop -Wno-comment, since we don't support diff --git a/src/configure.in b/src/configure.in index 7a9026930..d68346922 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],