diff options
author | Peter Prymmer <PPrymmer@factset.com> | 2001-07-10 08:29:45 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-11 00:33:27 +0000 |
commit | 370ac789765cd9c8d2399f3ee8dfcfc2cb16f281 (patch) | |
tree | 515ce371aee43779249eb635a3b6232a001596fc /hints/dynixptx.sh | |
parent | d7f976323338cab013e8db06a1f8dfebaaa85ac1 (diff) | |
download | perl-370ac789765cd9c8d2399f3ee8dfcfc2cb16f281.tar.gz |
dynixptx updates for osvers='4.5.2'
Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
p4raw-id: //depot/perl@11270
Diffstat (limited to 'hints/dynixptx.sh')
-rw-r--r-- | hints/dynixptx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/dynixptx.sh b/hints/dynixptx.sh index 11c6b5b3b0..b08dbc29d7 100644 --- a/hints/dynixptx.sh +++ b/hints/dynixptx.sh @@ -44,7 +44,7 @@ esac # Jarkko Hietaniemi November 1998 case "$osvers" in -4.4*) # configure doesn't find sockets, as they're in libsocket, not libc +4.[45]*) # configure doesn't find sockets, as they're in libsocket, not libc d_socket='define' d_oldsock='undef' d_sockpair='define' |