2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 13:28:10 +00:00

aix_auth.o not authenticate.o

This commit is contained in:
Todd C. Miller 1999-08-05 14:56:07 +00:00
parent ae96a4f1ad
commit 61dc1ddf61
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

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

View File

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