From a650f840cf9b6d3d8eb51c6e1526f56d81ca12aa Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 21 Feb 1999 20:18:29 +0000 Subject: [PATCH] fix occurrence of $with_timeout that should be $with_password_timeout; Michael.Neef@neuroinformatik.ruhr-uni-bochum.de --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0