summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-05-17 22:00:02 +1000
committerDamien Miller <djm@mindrot.org>2000-05-17 22:00:02 +1000
commitd2c208a2d37104c5c429659ac708d6288400ecd2 (patch)
tree595741836a9444811c123b6555c1d47f5def2a95 /configure.in
parent8d1fd57a971159c828ab778136ca6332f0ba8f34 (diff)
- Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 73e1a8fd1..aaf3d8522 100644
--- a/configure.in
+++ b/configure.in
@@ -34,6 +34,7 @@ case "$host" in
34 if test "$LD" != "gcc" -a -z "$blibpath"; then 34 if test "$LD" != "gcc" -a -z "$blibpath"; then
35 blibpath="/usr/lib:/lib:/usr/local/lib" 35 blibpath="/usr/lib:/lib:/usr/local/lib"
36 fi 36 fi
37 AC_CHECK_FUNC(authenticate, [AC_DEFINE(WITH_AIXAUTHENTICATE)])
37 AC_DEFINE(BROKEN_GETADDRINFO) 38 AC_DEFINE(BROKEN_GETADDRINFO)
38 ;; 39 ;;
39*-*-hpux10*) 40*-*-hpux10*)