summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3f515c453..a06452bd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.209 2004/04/06 11:39:02 dtucker Exp $ 1# $Id: configure.ac,v 1.210 2004/04/06 11:41:51 dtucker Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -982,8 +982,6 @@ main()
982 ) 982 )
983fi 983fi
984 984
985check_for_hpux_broken_getaddrinfo=1
986
987if test "x$ac_cv_func_getaddrinfo" = "xyes" -a "x$check_for_hpux_broken_getaddrinfo" = "x1"; then 985if test "x$ac_cv_func_getaddrinfo" = "xyes" -a "x$check_for_hpux_broken_getaddrinfo" = "x1"; then
988 AC_MSG_CHECKING(if getaddrinfo seems to work) 986 AC_MSG_CHECKING(if getaddrinfo seems to work)
989 AC_TRY_RUN( 987 AC_TRY_RUN(