From: Todd C. Miller Date: Sun, 21 Feb 1999 20:18:29 +0000 (+0000) Subject: fix occurrence of $with_timeout that should be $with_password_timeout; Michael.Neef... X-Git-Tag: SUDO_1_5_9~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a650f840cf9b6d3d8eb51c6e1526f56d81ca12aa;p=sudo fix occurrence of $with_timeout that should be $with_password_timeout; Michael.Neef@neuroinformatik.ruhr-uni-bochum.de --- diff --git a/configure.in b/configure.in index d2b581723..896046871 100644 --- a/configure.in +++ b/configure.in @@ -647,7 +647,7 @@ AC_ARG_WITH(password-timeout, [ --with-password-timeout passwd prompt timeout i AC_MSG_RESULT([no timeout]) ;; [[0-9]]*) AC_DEFINE_UNQUOTED(PASSWORD_TIMEOUT, $with_password_timeout) - AC_MSG_RESULT([$with_timeout]) + AC_MSG_RESULT([$with_password_timeout]) ;; *) echo "You must enter the numer of minutes." exit 1