]> granicus.if.org Git - sudo/commitdiff
fix occurrence of $with_timeout that should be $with_password_timeout; Michael.Neef...
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 21 Feb 1999 20:18:29 +0000 (20:18 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 21 Feb 1999 20:18:29 +0000 (20:18 +0000)
configure.in

index d2b581723689885130f7e1e5fbb270ef7bc9f56a..896046871f093ee49911deec8bdf0b7fda7c72c8 100644 (file)
@@ -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