summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1999-08-28 08:10:08 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1999-08-28 08:10:08 +0000
commitcbdd9fe8676d82547eedeaaa2fda5686916612ff (patch)
tree040007d65f62d89e1642baeacb9ab7561f4e81a5 /configure
parent0ce2ae7ba9a8b9171a24729d81450c49791191d2 (diff)
downloadsudo-cbdd9fe8676d82547eedeaaa2fda5686916612ff.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 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."