From df15b27a0920670dd55c30cd2634a77ca9e68dfd Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 28 Aug 1999 08:10:08 +0000 Subject: [PATCH] aix_auth.o not authenticate.o --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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." -- 2.40.0