Skip to content

Commit 11c5894

Browse files
committed
scripts/build_manylinux_in_docker.sh: remove aclocal workaround
pypa/manylinux#731 was fixed by pypa/manylinux#1787, so we no longer need this workaround. Signed-off-by: Omar Sandoval <[email protected]>
1 parent 5998092 commit 11c5894

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/build_manylinux_in_docker.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ yum install -y \
2222
zlib-devel \
2323
zstd
2424

25-
# The manylinux image contains an upgraded autotools in /usr/local, but the
26-
# pkg-config macros are not present for this upgraded package. See
27-
# https://github.com/pypa/manylinux/issues/731.
28-
ln -s /usr/share/aclocal/pkg.m4 /usr/local/share/aclocal/
29-
3025
BUILD_ONLY_PYTHON=""
3126
if [ -n "${1:-}" ]; then
3227
# Translate, e.g. 3.10 -> (3, 10)

0 commit comments

Comments
 (0)