From e66519d94207187a71d274ab70a6647318ed877d Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 21 Mar 2005 22:46:34 +1100 Subject: - (dtucker) [configure.ac openbsd-compat/port-aix.h] Prevent redefinitions of setauthdb on AIX 5.3, reported by anders.liljegren at its.uu.se. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f105e20da..95ace7983 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.256 2005/03/20 22:58:08 dtucker Exp $ +# $Id: configure.ac,v 1.257 2005/03/21 11:46:34 dtucker Exp $ # # Copyright (c) 1999-2004 Damien Miller # @@ -123,7 +123,7 @@ case "$host" in ]) dnl Check for various auth function declarations in headers. AC_CHECK_DECLS([authenticate, loginrestrictions, loginsuccess, - passwdexpired], , , [#include ]) + passwdexpired, setauthdb], , , [#include ]) dnl Check if loginfailed is declared and takes 4 arguments (AIX >= 5.2) AC_CHECK_DECLS(loginfailed, [AC_MSG_CHECKING(if loginfailed takes 4 arguments) -- cgit v1.2.3