summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1999-08-05 14:56:07 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1999-08-05 14:56:07 +0000
commita033e39c0d3565dc22c5195e3ee3d89a59907849 (patch)
tree0576735f2c3419a50e14e8d202c5f0d1fc330398 /configure
parent4054edd55251ec97c765d02e71ad85647203058f (diff)
downloadsudo-a033e39c0d3565dc22c5195e3ee3d89a59907849.tar.gz
aix_auth.o not authenticate.o
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 016c99230..d9554f146 100755
--- a/configure
+++ b/configure
@@ -976,7 +976,7 @@ EOF
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 "$ac_t""yes" 1>&6
- AUTH_OBJS="authenticate.o"
+ AUTH_OBJS="aix_auth.o"
;;
no) ;;
*) echo "Sorry, --with-authenticate does not take an argument."