commit | 93227275dcf18196c1b81a3c884dbd2e78c8f440 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Jan 01 20:18:30 2002 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Jan 01 20:18:30 2002 +0000 |
tree | 38fac8a0362ab5455ca290de83ab65b59fb9a06c | |
parent | 7198a525f3e926899ba238f6e6a2e6e9349b7de4 [diff] [blame] |
Patch #497126: Always compile dl.
diff --git a/Misc/NEWS b/Misc/NEWS index a0e3572..abdf400 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,10 @@ Extension modules +- dl is now build on every system that has dlfcn.h. Failure in case + of sizeof(int)!=sizeof(long)!=sizeof(void*) is delayed until dl.open + is called. + Library - ftplib: to safeguard the user's privacy, anonymous login will use