This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec(): add quick-fail test for anchored \G
[perl5.git] / hints / dynixptx.sh
index 5320030..b08dbc2 100644 (file)
@@ -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'