From: Todd C. Miller Date: Sat, 28 Aug 1999 08:10:08 +0000 (+0000) Subject: aix_auth.o not authenticate.o X-Git-Tag: SUDO_1_6_0~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df15b27a0920670dd55c30cd2634a77ca9e68dfd;p=sudo aix_auth.o not authenticate.o --- diff --git a/configure b/configure index 5e10d34ab..24dc00bba 100755 --- a/configure +++ b/configure @@ -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." diff --git a/configure.in b/configure.in index 1757ff35c..40e1e207a 100644 --- a/configure.in +++ b/configure.in @@ -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."