summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
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."