Skip to content

Commit fd2bab9

Browse files
authored
gh-117787: Autoconf: fix bashisms/semantic breakage of iOS checks (#117788)
1 parent f268e32 commit fd2bab9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6053,7 +6053,7 @@ if test "$PY_ENABLE_SHARED" = "1" && ( test -n "$ANDROID_API_LEVEL" || test "$MA
60536053
fi
60546054

60556055
# On iOS the shared libraries must be linked with the Python framework
6056-
if test "$ac_sys_system" == "iOS"; then
6056+
if test "$ac_sys_system" = "iOS"; then
60576057
MODULE_DEPS_SHARED="$MODULE_DEPS_SHARED \$(PYTHONFRAMEWORKDIR)/\$(PYTHONFRAMEWORK)"
60586058
fi
60596059

0 commit comments

Comments
 (0)