]> granicus.if.org Git - python/commitdiff
bpo-32593: Run autoconf (#5282)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 23 Jan 2018 12:14:08 +0000 (13:14 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2018 12:14:08 +0000 (13:14 +0100)
Update configure since configure.ac was modified to drop support for
FreeBSD 4.

configure

index 420c07639b5cc47f6be424b1725c078ea1353c7a..a9b0ab9646bed04ea6c92d50190bf39a90db14ea 100755 (executable)
--- a/configure
+++ b/configure
@@ -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.*