X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fdynixptx.sh;h=b08dbc29d7443224d40bac2713ea1b48881d7863;hb=67597c89125e7e144f9ba60f5b1fe23b951286d8;hp=5320030176a136bd9d469aa44bc9fec1f28af4b1;hpb=c22e42be2432273165175c9218ee7b6238bfca24;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/dynixptx.sh b/hints/dynixptx.sh index 5320030..b08dbc2 100644 --- a/hints/dynixptx.sh +++ b/hints/dynixptx.sh @@ -19,9 +19,8 @@ libswanted=`echo $libswanted | sed -e 's/ inet / /'` # Configure defaults to usenm='y', which doesn't work very well usenm='n' -# for performance, apparently this makes a huge difference (~krader) +# removed d_vfork='define'; we can't use it any more ... -d_vfork='define' case "$optimize" in '') optimize='-Wc,-O3 -W0,-xstring' ;; esac @@ -45,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'