summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2007-01-13 00:50:22 +0000
committerwtchang%redhat.com <devnull@localhost>2007-01-13 00:50:22 +0000
commit64a28a806f106508c9adbd987eee29846d9e78bc (patch)
treec7ed28076a00202ef22199284ca96584195a0041 /configure.in
parent62b905cbe606ad0bf7bde9b416f4aad351796cb1 (diff)
downloadnspr-hg-64a28a806f106508c9adbd987eee29846d9e78bc.tar.gz
Bug 329807: set USE_IPV6=1 (define _PR_INET6) on HP-UX B.11.23 or later,
based on information from HP. r=nelsonb,darin Modified files: configure configure.in _hpux.h Tag: NSPR_4_6_BRANCH
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index ef0e4006..276ac73c 100644
--- a/configure.in
+++ b/configure.in
@@ -1200,10 +1200,10 @@ tools are selected during the Xcode/Developer Tools installation.])
AC_DEFINE(HAVE_POINTER_LOCALTIME_R)
fi
- # HP-UX 11i (B.11.11) or higher
+ # HP-UX 11i v2 (B.11.23) or higher
changequote(<<,>>)
case "$OS_RELEASE" in
- [C-Z]*|B.[2-9]*|B.1[2-9]*|B.11.[2-9]*|B.11.1[1-9]*)
+ [C-Z]*|B.[2-9]*|B.1[2-9]*|B.11.[3-9]*|B.11.2[3-9]*)
USE_IPV6=1
;;
esac