This commit is contained in:
Todd C. Miller
2002-04-26 19:12:57 +00:00
parent e0a5ce9780
commit 4160f7eb70

6
configure vendored
View File

@@ -1716,8 +1716,8 @@ cat >>confdefs.h <<EOF
#define PRI_FAILURE "$badpri" #define PRI_FAILURE "$badpri"
EOF EOF
echo "$as_me:1719: result: badpri" >&5 echo "$as_me:1719: result: $badpri" >&5
echo "${ECHO_T}badpri" >&6 echo "${ECHO_T}$badpri" >&6
# Check whether --with-logpath or --without-logpath was given. # Check whether --with-logpath or --without-logpath was given.
if test "${with_logpath+set}" = set; then if test "${with_logpath+set}" = set; then
@@ -2290,7 +2290,7 @@ echo $ECHO_N "checking time in minutes after which sudo will ask for a password
# Check whether --with-timeout or --without-timeout was given. # Check whether --with-timeout or --without-timeout was given.
if test "${with_timeout+set}" = set; then if test "${with_timeout+set}" = set; then
withval="$with_timeout" withval="$with_timeout"
echo $with_timeout; case $with_timeout in case $with_timeout in
yes) ;; yes) ;;
no) timeout=0 no) timeout=0
;; ;;