mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-01 06:45:10 +00:00
aix_auth.o not authenticate.o
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -996,7 +996,7 @@ EOF
|
|||||||
echo "configure:997: checking whether to use AIX general authentication" >&5
|
echo "configure:997: checking whether to use AIX general authentication" >&5
|
||||||
echo "$ac_t""yes" 1>&6
|
echo "$ac_t""yes" 1>&6
|
||||||
with_passwd=no
|
with_passwd=no
|
||||||
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."
|
||||||
|
@@ -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_CHECKING(whether to use AIX general authentication)
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
with_passwd=no
|
with_passwd=no
|
||||||
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."
|
||||||
|
Reference in New Issue
Block a user