summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-12-21 21:43:09 -0800
committerGitHub <noreply@github.com>2017-12-21 21:43:09 -0800
commit62ed6be8da5fd1142f838582ecdb338af539e85b (patch)
tree397ae47c5914d276d3b38fd6079e6bac57668fe0 /configure.ac
parent424315fa865b43f67e36a40647107379adf031da (diff)
downloadcpython-git-62ed6be8da5fd1142f838582ecdb338af539e85b.tar.gz
remove the dynload_next.c file (closes bpo-32386) (#4957)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 48eaa2ae7f..027109c65d 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