summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-04-06 21:41:51 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-04-06 21:41:51 +1000
commit3c7c83a554993cdd377b518b0ad404778aab68d7 (patch)
tree4d3701eab0a1458b343738b0174217a329e1c409 /configure.ac
parent4398cf59279b0216e1b7b958d678b8cf00e6cd5c (diff)
Oops, leftover from testing
Diffstat (limited to 'configure.ac')
-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(