Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions src/auto/configure
Original file line number Diff line number Diff line change
Expand Up @@ -5926,8 +5926,8 @@ __:
eof
eval "`cd ${PYTHON_CONFDIR} && make -f "${tmp_mkf}" __ | sed '/ directory /d'`"
rm -f -- "${tmp_mkf}"
if test "x$MACOSX" = "xyes" && ${vi_cv_path_python} -c \
"import sys; sys.exit(${vi_cv_var_python_version} < 2.3)"; then
if test "x$MACOSX" = "xyes" && (${vi_cv_path_python} -c \
"import sys; sys.exit(${vi_cv_var_python_version})" < 2.3); then
vi_cv_path_python_plibs="-framework Python"
else
if test "${vi_cv_var_python_version}" = "1.4"; then
Expand Down Expand Up @@ -14680,5 +14680,3 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi