]> granicus.if.org Git - sudo/commitdiff
aix_auth.o not authenticate.o
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 5 Aug 1999 14:56:07 +0000 (14:56 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 5 Aug 1999 14:56:07 +0000 (14:56 +0000)
configure
configure.in

index 016c992306a3e1d9ba5a09358ea6f8cec7e9df58..d9554f146610de683e3a212c482deaf408ea2133 100755 (executable)
--- 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."
index 9eec043fca4df026b0f1a21bad347a39d7bc3a6b..1cd375b441b8bdcd4c14754a987dcc583df4c382 100644 (file)
@@ -268,7 +268,7 @@ AC_ARG_WITH(authenticate, [  --with-authenticate     enable AIX general authenti
     yes)       AC_DEFINE(HAVE_AUTHENTICATE)
                AC_MSG_CHECKING(whether to use AIX general authentication)
                AC_MSG_RESULT(yes)
-               AUTH_OBJS="authenticate.o"
+               AUTH_OBJS="aix_auth.o"
                ;;
     no)                ;;
     *)         echo "Sorry, --with-authenticate does not take an argument."