Needs to be conditional on SunOS 4.
[p5sagit/p5-mst-13.2.git] / pod / perldelta.pod
index 7c21f5f..4c2da90 100644 (file)
@@ -376,6 +376,12 @@ $Config{byteorder} is now computed dynamically (this is more robust
 with "fat binaries" where an executable image contains binaries for
 more than one binary platform.)
 
+=item *
+
+Configure no longer included the DBM libraries (dbm, gdbm, db, ndbm)
+when building the Perl binary. The only exception to this is SunOS 4.x,
+which needs them.
+
 =back
 
 =head1 Selected Bug Fixes