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:
parent
ae96a4f1ad
commit
61dc1ddf61
2
configure
vendored
2
configure
vendored
@ -976,7 +976,7 @@ EOF
|
|||||||
echo $ac_n "checking whether to use AIX general authentication""... $ac_c" 1>&6
|
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 "configure:978: checking whether to use AIX general authentication" >&5
|
||||||
echo "$ac_t""yes" 1>&6
|
echo "$ac_t""yes" 1>&6
|
||||||
AUTH_OBJS="authenticate.o"
|
AUTH_OBJS="aix_auth.o"
|
||||||
;;
|
;;
|
||||||
no) ;;
|
no) ;;
|
||||||
*) echo "Sorry, --with-authenticate does not take an argument."
|
*) echo "Sorry, --with-authenticate does not take an argument."
|
||||||
|
@ -268,7 +268,7 @@ AC_ARG_WITH(authenticate, [ --with-authenticate enable AIX general authenti
|
|||||||
yes) AC_DEFINE(HAVE_AUTHENTICATE)
|
yes) AC_DEFINE(HAVE_AUTHENTICATE)
|
||||||
AC_MSG_CHECKING(whether to use AIX general authentication)
|
AC_MSG_CHECKING(whether to use AIX general authentication)
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
AUTH_OBJS="authenticate.o"
|
AUTH_OBJS="aix_auth.o"
|
||||||
;;
|
;;
|
||||||
no) ;;
|
no) ;;
|
||||||
*) echo "Sorry, --with-authenticate does not take an argument."
|
*) echo "Sorry, --with-authenticate does not take an argument."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user