]> granicus.if.org Git - sudo/commitdiff
aix_auth.o not authenticate.o
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 28 Aug 1999 08:10:08 +0000 (08:10 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 28 Aug 1999 08:10:08 +0000 (08:10 +0000)
configure
configure.in

index 5e10d34ab3f928d651238f5226c1fbcc386034be..24dc00bbac1c5eb9a6f57cb4bde596e6279ab622 100755 (executable)
--- 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."
index 1757ff35cfff608b7ad4f7e6ee1df1e88d64f966..40e1e207a9d7407ea1b2e0b8a47a1b690b73dabf 100644 (file)
@@ -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."