diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2018-01-23 12:14:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-23 12:14:08 (GMT) |
commit | 872f841b122160987845db8fdddfaee1aaa203f1 (patch) | |
tree | e58785cb92e807ec07e6ab1edb59e3ccb7f42e35 /configure | |
parent | 6934831e43d66222a626403dd775429d1c8963f3 (diff) | |
download | cpython-872f841b122160987845db8fdddfaee1aaa203f1.zip cpython-872f841b122160987845db8fdddfaee1aaa203f1.tar.gz cpython-872f841b122160987845db8fdddfaee1aaa203f1.tar.bz2 |
bpo-32593: Run autoconf (#5282)
Update configure since configure.ac was modified to drop support for
FreeBSD 4.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -3355,10 +3355,6 @@ $as_echo "#define _BSD_SOURCE 1" >>confdefs.h # but used in struct sockaddr.sa_family. Reported by Tim Rice. SCO_SV/3.2) define_xopen_source=no;; - # On FreeBSD 4, the math functions C89 does not cover are never defined - # with _XOPEN_SOURCE and __BSD_VISIBLE does not re-enable them. - FreeBSD/4.*) - define_xopen_source=no;; # On MacOS X 10.2, a bug in ncurses.h means that it craps out if # _XOPEN_EXTENDED_SOURCE is defined. Apparently, this is fixed in 10.3, which # identifies itself as Darwin/7.* |