diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-12-22 05:43:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-22 05:43:09 (GMT) |
commit | 62ed6be8da5fd1142f838582ecdb338af539e85b (patch) | |
tree | 397ae47c5914d276d3b38fd6079e6bac57668fe0 /configure.ac | |
parent | 424315fa865b43f67e36a40647107379adf031da (diff) | |
download | cpython-62ed6be8da5fd1142f838582ecdb338af539e85b.zip cpython-62ed6be8da5fd1142f838582ecdb338af539e85b.tar.gz cpython-62ed6be8da5fd1142f838582ecdb338af539e85b.tar.bz2 |
remove the dynload_next.c file (closes bpo-32386) (#4957)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 48eaa2a..027109c 100644 --- a/configure.ac +++ b/configure.ac @@ -3373,8 +3373,6 @@ then fi ;; hp*|HP*) DYNLOADFILE="dynload_hpux.o";; - # Use dynload_next.c only on 10.2 and below, which don't have native dlopen() - Darwin/@<:@0156@:>@\..*) DYNLOADFILE="dynload_next.o";; *) # use dynload_shlib.c and dlopen() if we have it; otherwise stub # out any dynamic loading |