2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 13:58:05 +00:00

aix_auth.o not authenticate.o

This commit is contained in:
Todd C. Miller
1999-08-28 08:10:08 +00:00
parent 61bd59c733
commit df15b27a09
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -996,7 +996,7 @@ EOF
echo "configure:997: checking whether to use AIX general authentication" >&5
echo "$ac_t""yes" 1>&6
with_passwd=no
AUTH_OBJS="authenticate.o"
AUTH_OBJS="aix_auth.o"
;;
no) ;;
*) echo "Sorry, --with-authenticate does not take an argument."

View File

@@ -279,7 +279,7 @@ AC_ARG_WITH(authenticate, [ --with-authenticate enable AIX general authenti
AC_MSG_CHECKING(whether to use AIX general authentication)
AC_MSG_RESULT(yes)
with_passwd=no
AUTH_OBJS="authenticate.o"
AUTH_OBJS="aix_auth.o"
;;
no) ;;
*) echo "Sorry, --with-authenticate does not take an argument."