This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
authorGurusamy Sarathy <gsar@cpan.org>
Wed, 2 Feb 2000 07:40:33 +0000 (07:40 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Wed, 2 Feb 2000 07:40:33 +0000 (07:40 +0000)
p4raw-id: //depot/perl@4953

hints/dynixptx.sh

index 5320030..11c6b5b 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