summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
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 45df18f6d..90ed2bb80 100644
--- a/configure.in
+++ b/configure.in
@@ -55,6 +55,7 @@ dnl Check for some target-specific stuff
55case "$host" in 55case "$host" in
56*-*-aix*) 56*-*-aix*)
57 AFS_LIBS="-lld" 57 AFS_LIBS="-lld"
58 AC_DEFINE(BROKEN_GETADDRINFO)
58 ;; 59 ;;
59*-*-hpux10*) 60*-*-hpux10*)
60 if test -z "$GCC"; then 61 if test -z "$GCC"; then