This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump version to 5.25.4
[perl5.git] / hints / openbsd.sh
index 2c24c23..6c366ec 100644 (file)
@@ -8,12 +8,8 @@
 #      ./Configure -des -Dopenbsd_distribution=defined
 #
 
-# In OpenBSD > 3.7, use perl's malloc [perl #75742]
-case "$osvers" in
-3.[89]*|[4-9]*)
-    test "$usemymalloc" || usemymalloc=y
-    ;;
-esac
+# OpenBSD has a better malloc than perl...
+test "$usemymalloc" || usemymalloc='n'
 
 # malloc wrap works
 case "$usemallocwrap" in