mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 9.1.0693: Configure doesn't show result when not using python3 stable abi
Problem: Configure doesn't show result when not using python3 stable abi (after v9.1.0691) Solution: Add back AC_MSG_RESULT() (Ken Takata) related: #15555 Signed-off-by: Ken Takata <kentkt@csc.jp> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
d1c8d2de4b
commit
dc2c75c6b5
3
src/auto/configure
vendored
3
src/auto/configure
vendored
@@ -7099,6 +7099,9 @@ then :
|
|||||||
fi
|
fi
|
||||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $vi_cv_var_python3_stable_abi" >&5
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $vi_cv_var_python3_stable_abi" >&5
|
||||||
printf "%s\n" "$vi_cv_var_python3_stable_abi" >&6; }
|
printf "%s\n" "$vi_cv_var_python3_stable_abi" >&6; }
|
||||||
|
else $as_nop
|
||||||
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||||
|
printf "%s\n" "no" >&6; }
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "X$vi_cv_var_python3_stable_abi" != "X"; then
|
if test "X$vi_cv_var_python3_stable_abi" != "X"; then
|
||||||
|
@@ -1549,7 +1549,8 @@ if test "$enable_python3interp" = "yes" -o "$enable_python3interp" = "dynamic";
|
|||||||
else
|
else
|
||||||
vi_cv_var_python3_stable_abi="$withval"
|
vi_cv_var_python3_stable_abi="$withval"
|
||||||
fi
|
fi
|
||||||
AC_MSG_RESULT($vi_cv_var_python3_stable_abi)])
|
AC_MSG_RESULT($vi_cv_var_python3_stable_abi)],
|
||||||
|
AC_MSG_RESULT(no))
|
||||||
if test "X$vi_cv_var_python3_stable_abi" != "X"; then
|
if test "X$vi_cv_var_python3_stable_abi" != "X"; then
|
||||||
AC_CACHE_VAL(vi_cv_var_python3_stable_abi_hex,
|
AC_CACHE_VAL(vi_cv_var_python3_stable_abi_hex,
|
||||||
[
|
[
|
||||||
|
@@ -704,6 +704,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
693,
|
||||||
/**/
|
/**/
|
||||||
692,
|
692,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user